diff options
author | Remi Collet <remi@php.net> | 2016-02-22 18:45:18 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2016-02-22 18:45:18 +0100 |
commit | 18e3b11d62e26b6b93ab41227e3d73104ca05391 (patch) | |
tree | 0f90740e02d4f2245c64ed8318370d36b815f1d2 | |
parent | 0d57c06b2c02678eeb724ea512b8ce4c85a339b2 (diff) | |
download | php-git-18e3b11d62e26b6b93ab41227e3d73104ca05391.tar.gz |
missing include
-rw-r--r-- | ext/zip/lib/zipint.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/zip/lib/zipint.h b/ext/zip/lib/zipint.h index 323b3f1ea7..68b18c70a3 100644 --- a/ext/zip/lib/zipint.h +++ b/ext/zip/lib/zipint.h @@ -37,9 +37,7 @@ #ifdef PHP_WIN32 # include "php_zip_config.w32.h" #else -# ifdef HAVE_CONFIG_H -# include "config.h" -# endif +# include "config.h" #endif /* to have *_MAX definitions for all types when compiling with g++ */ |