SHA256
1
0
forked from pool/libmng
libmng/fix-header-include.patch
Ismail Dönmez fc725977d4 Accepting request 234880 from home:sumski:branches:graphics
Added fix-header-include.patch; make libmng_types header usable to outside packages/libraries

this shall be needed for OF:staging:D

OBS-URL: https://build.opensuse.org/request/show/234880
OBS-URL: https://build.opensuse.org/package/show/graphics/libmng?expand=0&rev=15
2014-05-21 08:56:03 +00:00

11 lines
289 B
Diff

--- libmng-2.0.2.orig/libmng_types.h 2013-01-20 04:45:24.000000000 +0100
+++ libmng-2.0.2/libmng_types.h 2014-05-20 19:10:09.460790466 +0200
@@ -204,6 +204,7 @@
#define HAVE_BOOLEAN
typedef int boolean;
#endif
+#include <stdio.h>
#include <jpeglib.h>
#endif /* MNG_INCLUDE_IJG6B */