]> git.pld-linux.org Git - packages/DirectFB.git/blame - DirectFB-zlib.patch
- release 2
[packages/DirectFB.git] / DirectFB-zlib.patch
CommitLineData
84ec87b6
JB
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.087764 seconds and 4 git commands to generate.