diff options
author | Anatoliy Belsky <ab@php.net> | 2012-06-04 22:51:00 +0200 |
---|---|---|
committer | Anatoliy Belsky <ab@php.net> | 2012-06-07 21:01:31 +0200 |
commit | 9a2365412e69d452679fe2b834e8c594ae9f57ea (patch) | |
tree | 49a41597edd7d7e52f4f4e9a9da54f1f390f659b | |
parent | 335a11b14b35e261c484d44a0e1b5ea9cc758e19 (diff) | |
download | php-git-9a2365412e69d452679fe2b834e8c594ae9f57ea.tar.gz |
fixed header include
-rw-r--r-- | ext/zip/lib/zip.h | 2 |
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> |