File imagick-fixes-2.2.1.patch of Package php5-imagick
1
--- php_imagick.h.orig 2008-03-24 15:50:10.000000000 +0100
2
+++ php_imagick.h 2008-03-24 15:50:41.000000000 +0100
3
4
#include <wand/MagickWand.h>
5
#else
6
#include <wand/magick-wand.h>
7
+#include <wand/magick-image.h>
8
#endif
9
10
11