diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -31,7 +31,11 @@ | |||
31 | #ifndef ZLIB_H | 31 | #ifndef ZLIB_H |
32 | #define ZLIB_H | 32 | #define ZLIB_H |
33 | 33 | ||
34 | #include <zconf.h> | 34 | #ifdef ZLIB_BUILD |
35 | # include <zconf.h> | ||
36 | #else | ||
37 | # include "zconf.h" | ||
38 | #endif | ||
35 | 39 | ||
36 | #ifdef __cplusplus | 40 | #ifdef __cplusplus |
37 | extern "C" { | 41 | extern "C" { |