diff options
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index f0b8ec1..00ebe56 100644 --- a/include/platform.h +++ b/include/platform.h @@ -362,6 +362,7 @@ typedef unsigned smalluint; #endif +#include <unistd.h> #if (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200809L) || defined(__GLIBC__) # define fdprintf dprintf #endif |