From: Remi Collet Date: Mon, 22 Feb 2016 17:45:18 +0000 (+0100) Subject: missing include X-Git-Tag: php-7.0.5RC1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18e3b11d62e26b6b93ab41227e3d73104ca05391;p=php missing include --- 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++ */