summaryrefslogtreecommitdiff
path: root/community/directfb/DirectFB-1.6.1-zlib-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/directfb/DirectFB-1.6.1-zlib-include.patch')
-rw-r--r--community/directfb/DirectFB-1.6.1-zlib-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/directfb/DirectFB-1.6.1-zlib-include.patch b/community/directfb/DirectFB-1.6.1-zlib-include.patch
new file mode 100644
index 000000000..e4f24a5cf
--- /dev/null
+++ b/community/directfb/DirectFB-1.6.1-zlib-include.patch
@@ -0,0 +1,12 @@
+diff -Naur DirectFB-1.6.0-orig/src/core/surface.c DirectFB-1.6.0/src/core/surface.c
+--- DirectFB-1.6.0-orig/src/core/surface.c 2012-06-20 02:21:36.029994460 -0400
++++ DirectFB-1.6.0/src/core/surface.c 2012-06-20 02:22:48.533330819 -0400
+@@ -28,6 +28,8 @@
+
+ #include <config.h>
+
++#include <zlib.h>
++
+ #include <direct/debug.h>
+
+ #include <core/core.h>