diff options
-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> |