diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ | |||
27 | #endif | 27 | #endif |
28 | #include <fcntl.h> | 28 | #include <fcntl.h> |
29 | 29 | ||
30 | #ifdef _WIN32 | ||
31 | # include <stddef.h> | ||
32 | #endif | ||
33 | |||
30 | #if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32) | 34 | #if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32) |
31 | # include <io.h> | 35 | # include <io.h> |
32 | #endif | 36 | #endif |