From: ellson Date: Fri, 4 Jan 2008 01:27:52 +0000 (+0000) Subject: very strange bug exposed by gcc-4.3.0 - need to ensure that limits.h is included... X-Git-Tag: LAST_LIBGRAPH~32^2~4916 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=723215da995ab04f87d940b1f937baf1bc8869cc;p=graphviz very strange bug exposed by gcc-4.3.0 - need to ensure that limits.h is included before arith.h definitions --- diff --git a/tclpkg/gv/gv.i b/tclpkg/gv/gv.i index 4ddb774f1..d4e68d4ac 100644 --- a/tclpkg/gv/gv.i +++ b/tclpkg/gv/gv.i @@ -25,6 +25,9 @@ #undef TRUE #undef FALSE +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "gvc.h" %}