diff options
-rw-r--r-- | zip-systemlibzip.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zip-systemlibzip.patch b/zip-systemlibzip.patch index 87e1e06..a8a4158 100644 --- a/zip-systemlibzip.patch +++ b/zip-systemlibzip.patch @@ -88,8 +88,8 @@ index 2e97e84..d8cf7f2 100755 --- a/php_zip.c +++ b/php_zip.c @@ -30,6 +30,7 @@ + #include "ext/standard/php_string.h" #include "ext/pcre/php_pcre.h" - #include "ext/standard/php_filestat.h" #include "php_zip.h" +/* Private struct definition, always use bundled copy */ #include "lib/zipint.h" |