diff options
Diffstat (limited to 'graphics/aaphoto/files/patch-aaphoto.c')
-rw-r--r-- | graphics/aaphoto/files/patch-aaphoto.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/aaphoto/files/patch-aaphoto.c b/graphics/aaphoto/files/patch-aaphoto.c new file mode 100644 index 000000000000..adb518502a76 --- /dev/null +++ b/graphics/aaphoto/files/patch-aaphoto.c @@ -0,0 +1,10 @@ +--- aaphoto.c.orig 2011-01-26 16:39:58.000000000 +0100 ++++ aaphoto.c 2012-04-23 19:07:00.000000000 +0200 +@@ -243,6 +243,7 @@ + #ifndef __BMP_ONLY__ + #include <jasper/jasper.h> + #include <png.h> ++#include <zlib.h> + #include <jpeglib.h> + #endif + |