media-gfx/aaphoto/files/00-aaphoto-0.41-fixed-missing-zlib-include.patch
changeset 219 c0c5810e06b8
parent 217 cc0327602480
child 220 fca4a6de7c45
equal deleted inserted replaced
217:cc0327602480 219:c0c5810e06b8
     1 --- a/aaphoto.c	2011-01-26 16:39:58.000000000 +0100
       
     2 +++ b/aaphoto.c	2013-06-26 12:09:58.208144331 +0200
       
     3 @@ -242,6 +242,7 @@
       
     4  
       
     5  #ifndef __BMP_ONLY__
       
     6  #include <jasper/jasper.h>
       
     7 +#include <zlib.h>
       
     8  #include <png.h>
       
     9  #include <jpeglib.h>
       
    10  #endif