media-gfx/aaphoto/files/00-aaphoto-0.41-fixed-missing-zlib-include.patch
changeset 96 cf985811e4fb
equal deleted inserted replaced
95:12aa9bfa9fc3 96:cf985811e4fb
       
     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