summaryrefslogtreecommitdiff
path: root/community/ufoai/ufo-ai-2.3.1-libpng15.patch
blob: 2099f7ab72c0db06c937b5bffcbca34e961e0849 (plain)
1
2
3
4
5
6
7
8
9
10
--- src/shared/images.c.old	2011-04-02 19:31:52.000000000 +0200
+++ src/shared/images.c	2011-04-02 19:32:13.000000000 +0200
@@ -32,6 +32,7 @@
 
 #include <jpeglib.h>
 #include <png.h>
+#include <zlib.h>
 
 /** image formats, tried in this order */
 static char *IMAGE_TYPES[] = { "tga", "png", "jpg", NULL };