From 1de05fdb59f0650b9d1e9ca85ed9edfbcc092644 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Aug 2013 08:09:37 +0200 Subject: php-pecl-zip: fix patch --- zip-systemlibzip.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit