diff options
Diffstat (limited to 'byterun/io.c')
-rw-r--r-- | byterun/io.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/byterun/io.c b/byterun/io.c index 69a192ba5..342dd6896 100644 --- a/byterun/io.c +++ b/byterun/io.c @@ -16,7 +16,10 @@ #include <errno.h> #include <fcntl.h> #include <string.h> +#include "config.h" +#ifdef HAS_UNISTD #include <unistd.h> +#endif #ifdef __STDC__ #include <limits.h> #endif |