aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zconf.h b/zconf.h
index 76aba96..95c9ef6 100644
--- a/zconf.h
+++ b/zconf.h
@@ -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 */