Commit:    9a2365412e69d452679fe2b834e8c594ae9f57ea
Author:    Anatoliy Belsky <a...@php.net>         Mon, 4 Jun 2012 22:51:00 +0200
Parents:   335a11b14b35e261c484d44a0e1b5ea9cc758e19
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=9a2365412e69d452679fe2b834e8c594ae9f57ea

Log:
fixed header include

Changed paths:
  M  ext/zip/lib/zip.h


Diff:
diff --git a/ext/zip/lib/zip.h b/ext/zip/lib/zip.h
index 4a80c9e..f11c9ab 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>


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to