]> granicus.if.org Git - php/commitdiff
missing include
authorRemi Collet <remi@php.net>
Mon, 22 Feb 2016 17:45:18 +0000 (18:45 +0100)
committerRemi Collet <remi@php.net>
Mon, 22 Feb 2016 17:45:18 +0000 (18:45 +0100)
ext/zip/lib/zipint.h

index 323b3f1ea7eac468fca04836046cf756211c26aa..68b18c70a37c3357979ad34945fa759dcf2c8ad8 100644 (file)
@@ -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++ */