diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-08-21 08:09:37 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-08-21 08:09:37 +0200 |
commit | 1de05fdb59f0650b9d1e9ca85ed9edfbcc092644 (patch) | |
tree | f3caee7c2297f7b679c5e90dfa852623aeb4e4ac | |
parent | 48a6c8cdb3e962b3a78662fe3d1bd5b514744bd4 (diff) |
php-pecl-zip: fix patch
-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" |