diff options
author | midipix <writeonce@midipix.org> | 2015-11-29 07:49:07 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:28 -0500 |
commit | fcd2040552717ec492aac85f984d69323224590a (patch) | |
tree | 5d1f1c92b65964414b33c799625522315b02ee7f /src/internal | |
parent | 6f882bdec8a39161596d53c1afc78cd9fd4a2d83 (diff) | |
download | perk-fcd2040552717ec492aac85f984d69323224590a.tar.bz2 perk-fcd2040552717ec492aac85f984d69323224590a.tar.xz |
conformance fixes: driver: missing #include.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_output_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/perk_output_impl.h b/src/internal/perk_output_impl.h index 7540015..d6f328a 100644 --- a/src/internal/perk_output_impl.h +++ b/src/internal/perk_output_impl.h @@ -1,3 +1,4 @@ +#include <unistd.h> #include <perk/perk.h> static inline FILE * pe_output_prolog( |