diff options
-rw-r--r-- | gzguts.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ | |||
25 | # include <limits.h> | 25 | # include <limits.h> |
26 | #endif | 26 | #endif |
27 | 27 | ||
28 | #ifndef _POSIX_SOURCE | 28 | #ifndef _POSIX_C_SOURCE |
29 | # define _POSIX_SOURCE | 29 | # define _POSIX_C_SOURCE 200112L |
30 | #endif | 30 | #endif |
31 | #include <fcntl.h> | 31 | #include <fcntl.h> |
32 | 32 | ||