diff options
Diffstat (limited to 'common/zlib/zconf.h')
-rw-r--r-- | common/zlib/zconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/zlib/zconf.h b/common/zlib/zconf.h index c8d6ce9a..d1705ae1 100644 --- a/common/zlib/zconf.h +++ b/common/zlib/zconf.h @@ -8,6 +8,10 @@ #ifndef _ZCONF_H #define _ZCONF_H +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + /* * If you *really* need a unique prefix for all types and library functions, * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. |