diff options
author | Remi Collet <remi@php.net> | 2016-02-22 18:18:30 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2016-02-22 18:18:30 +0100 |
commit | 0d57c06b2c02678eeb724ea512b8ce4c85a339b2 (patch) | |
tree | 970c32773346253e255c92830b43ae49944ff868 /ext/zip/lib/zip_source_win32utf8.c | |
parent | 78b29310bc594502b117ccd96a5ffcc03e0b7b89 (diff) | |
download | php-git-0d57c06b2c02678eeb724ea512b8ce4c85a339b2.tar.gz |
update bundled libzip to 1.1.2
Diffstat (limited to 'ext/zip/lib/zip_source_win32utf8.c')
-rw-r--r-- | ext/zip/lib/zip_source_win32utf8.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_source_win32utf8.c b/ext/zip/lib/zip_source_win32utf8.c index e11214ba05..004c66ac2b 100644 --- a/ext/zip/lib/zip_source_win32utf8.c +++ b/ext/zip/lib/zip_source_win32utf8.c @@ -32,7 +32,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <errno.h> #include <stdio.h> #include "zipint.h" |