Merge branch 'PHP-7.0'

* PHP-7.0:
  missing include
This commit is contained in:
Remi Collet 2016-02-22 18:45:30 +01:00
commit 79db0859f0

View 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++ */