]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-zlib.patch
Release 6 (by relup.sh)
[packages/DirectFB.git] / DirectFB-zlib.patch
1 --- DirectFB-1.6.0/src/core/surface.c.orig      2012-06-14 18:00:08.000000000 +0200
2 +++ DirectFB-1.6.0/src/core/surface.c   2012-06-17 12:34:01.569045630 +0200
3 @@ -49,6 +49,9 @@
4  #include <gfx/convert.h>
5  #include <gfx/util.h>
6  
7 +#ifdef USE_ZLIB
8 +#include <zlib.h>
9 +#endif
10  
11  D_DEBUG_DOMAIN( Core_Surface, "Core/Surface", "DirectFB Core Surface" );
12  
This page took 0.042106 seconds and 3 git commands to generate.