ed14ef2be5
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Horea Christian <chr@chymera.eu>
16 lines
640 B
Diff
16 lines
640 B
Diff
# Include zlib header directly.
|
|
# From: Francois Bissey <frp.bissey@gmail.com>
|
|
# Signed-off-by: Horea Christian <horea.christ@gmail.com>
|
|
# Submitted upstream: https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind1709&L=FSL&F=&S=&X=95C10F0B7D62EAAE7A&P=169254
|
|
|
|
--- fsl/src/miscvis/writepng.c.orig 2013-10-19 00:18:32.415203592 +1300
|
|
+++ fsl/src/miscvis/writepng.c 2013-10-19 00:19:05.414255132 +1300
|
|
@@ -32,6 +32,7 @@
|
|
|
|
#include <stdlib.h> /* for exit() prototype */
|
|
|
|
+#include "zlib.h"
|
|
#include "png.h" /* libpng header; includes zlib.h and setjmp.h */
|
|
#include "writepng.h" /* typedefs, common macros, public prototypes */
|
|
|