diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ | |||
25 | # include <stdlib.h> | 25 | # include <stdlib.h> |
26 | # include <limits.h> | 26 | # include <limits.h> |
27 | #endif | 27 | #endif |
28 | |||
29 | #ifndef _POSIX_SOURCE | ||
30 | # define _POSIX_SOURCE | ||
31 | #endif | ||
28 | #include <fcntl.h> | 32 | #include <fcntl.h> |
29 | 33 | ||
30 | #ifdef _WIN32 | 34 | #ifdef _WIN32 |