summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-06-04 22:51:00 +0200
committerAnatoliy Belsky <ab@php.net>2012-06-07 21:01:31 +0200
commit9a2365412e69d452679fe2b834e8c594ae9f57ea (patch)
tree49a41597edd7d7e52f4f4e9a9da54f1f390f659b
parent335a11b14b35e261c484d44a0e1b5ea9cc758e19 (diff)
downloadphp-git-9a2365412e69d452679fe2b834e8c594ae9f57ea.tar.gz
fixed header include
-rw-r--r--ext/zip/lib/zip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip.h b/ext/zip/lib/zip.h
index 4a80c9e106..f11c9aba7f 100644
--- a/ext/zip/lib/zip.h
+++ b/ext/zip/lib/zip.h
@@ -52,7 +52,7 @@
BEGIN_EXTERN_C()
-#include <lib/zipconf.h>
+#include "zipconf.h"
#include <sys/types.h>
#include <stdio.h>