media-gfx/aaphoto/files/00-aaphoto-0.41-fixed-missing-zlib-include.patch
author Da Risk <da_risk@geekorum.com>
Fri, 01 May 2015 13:56:17 +0200
changeset 177 7f1ce231444c
parent 96 cf985811e4fb
permissions -rw-r--r--
bump dev-util/android-studio to 1.2.0 version (Portage version: 2.2.18/hg/Linux x86_64, unsigned Manifest commit)

--- a/aaphoto.c	2011-01-26 16:39:58.000000000 +0100
+++ b/aaphoto.c	2013-06-26 12:09:58.208144331 +0200
@@ -242,6 +242,7 @@
 
 #ifndef __BMP_ONLY__
 #include <jasper/jasper.h>
+#include <zlib.h>
 #include <png.h>
 #include <jpeglib.h>
 #endif