diff options
Diffstat (limited to 'devel/libclaw/files/patch-png.hpp')
-rw-r--r-- | devel/libclaw/files/patch-png.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libclaw/files/patch-png.hpp b/devel/libclaw/files/patch-png.hpp new file mode 100644 index 000000000000..15e0afefa97d --- /dev/null +++ b/devel/libclaw/files/patch-png.hpp @@ -0,0 +1,10 @@ +--- claw/png.hpp.orig 2008-07-08 11:52:14.000000000 +0200 ++++ claw/png.hpp 2012-04-25 19:37:48.000000000 +0200 +@@ -32,6 +32,7 @@ + + #include <claw/image.hpp> + #include <png.h> ++#include <zlib.h> + #include <setjmp.h> + #include <iostream> + #include <string> |