]> granicus.if.org Git - graphviz/commitdiff
very strange bug exposed by gcc-4.3.0 - need to ensure that limits.h is included...
authorellson <devnull@localhost>
Fri, 4 Jan 2008 01:27:52 +0000 (01:27 +0000)
committerellson <devnull@localhost>
Fri, 4 Jan 2008 01:27:52 +0000 (01:27 +0000)
tclpkg/gv/gv.i

index 4ddb774f1eb8637352de3ad2131d0917c7ce4490..d4e68d4ac2eff8bd6a86a8d8b1517453a285f454 100644 (file)
@@ -25,6 +25,9 @@
 #undef TRUE
 #undef FALSE
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include "gvc.h"
 %}