Logoj0ke.net Open Build Service > Projects > internetx:php5:5.3.5:extensions > php5-imagick > imagick-fixes-2.1.0.patch
Sign Up | Log In

File imagick-fixes-2.1.0.patch of Package php5-imagick

x
 
1
Index: php_imagick.h
2
===================================================================
3
--- php_imagick.h.orig  2007-09-18 12:30:07.000000000 +0200
4
+++ php_imagick.h   2007-09-20 21:44:11.000000000 +0200
5
@@ -22,6 +22,7 @@
6
 
7
 /* Include magic wand header */
8
 #include <wand/magick-wand.h>
9
+#include <wand/magick-image.h>
10
 
11
 /* Some extra headers */
12
 #include "Zend/zend_exceptions.h"
13