diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -427,6 +427,12 @@ typedef uLong FAR uLongf; | |||
427 | # endif | 427 | # endif |
428 | #endif | 428 | #endif |
429 | 429 | ||
430 | #if defined(STDC) || defined(Z_HAVE_STDARG_H) | ||
431 | # ifndef Z_SOLO | ||
432 | # include <stdarg.h> /* for va_list */ | ||
433 | # endif | ||
434 | #endif | ||
435 | |||
430 | #ifdef _WIN32 | 436 | #ifdef _WIN32 |
431 | # ifndef Z_SOLO | 437 | # ifndef Z_SOLO |
432 | # include <stddef.h> /* for wchar_t */ | 438 | # include <stddef.h> /* for wchar_t */ |