diff options
Diffstat (limited to 'devel/allegro-devel/files/patch-loadpng.c')
-rw-r--r-- | devel/allegro-devel/files/patch-loadpng.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/allegro-devel/files/patch-loadpng.c b/devel/allegro-devel/files/patch-loadpng.c new file mode 100644 index 000000000000..6243d8e18ac1 --- /dev/null +++ b/devel/allegro-devel/files/patch-loadpng.c @@ -0,0 +1,10 @@ +--- addons/loadpng/loadpng.c.orig 2010-03-03 04:18:36.000000000 +0100 ++++ addons/loadpng/loadpng.c 2012-04-25 19:36:29.000000000 +0200 +@@ -6,6 +6,7 @@ + + + #include <png.h> ++#include <zlib.h> + #include <allegro.h> + #include <allegro/internal/aintern.h> + #include "loadpng.h" |