diff options
Diffstat (limited to 'ext/zip/lib/zip.h')
-rw-r--r-- | ext/zip/lib/zip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/zip/lib/zip.h b/ext/zip/lib/zip.h index 929f0c4b13..1f5e6555a3 100644 --- a/ext/zip/lib/zip.h +++ b/ext/zip/lib/zip.h @@ -38,6 +38,8 @@ #include "main/php.h" +/* #defines that rename all zip_ functions and structs */ +#include "zip_alias.h" #ifdef PHP_WIN32 #include "zip_win32.h" # ifdef PHP_ZIP_EXPORTS |