diff options
Diffstat (limited to 'Utilities/cmzlib/zconf.h')
-rw-r--r-- | Utilities/cmzlib/zconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/cmzlib/zconf.h b/Utilities/cmzlib/zconf.h index 2424b2c..1790072 100644 --- a/Utilities/cmzlib/zconf.h +++ b/Utilities/cmzlib/zconf.h @@ -8,6 +8,8 @@ #ifndef ZCONF_H #define ZCONF_H +#include "cm_zlib_mangle.h" /* Hook for mangling inside CMake. */ + /* * 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. |