From: ellson Date: Sat, 17 Nov 2007 00:31:11 +0000 (+0000) Subject: setjmp.h must come after png.h X-Git-Tag: LAST_LIBGRAPH~32^2~5013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=379496327072d3c7a61d5b85a1307064ea83b2ee;p=graphviz setjmp.h must come after png.h --- diff --git a/lib/gd/gd_png.c b/lib/gd/gd_png.c index dd19fe7c7..7395c9e05 100644 --- a/lib/gd/gd_png.c +++ b/lib/gd/gd_png.c @@ -7,7 +7,6 @@ #include #include #include -#include #include "gd.h" /* JCE: Arrange HAVE_LIBPNG so that it can be set in gd.h */ @@ -15,6 +14,7 @@ #include "gdhelpers.h" #include "png.h" /* includes zlib.h and setjmp.h */ +#include /* or maybe not */ #define TRUE 1 #define FALSE 0