]> granicus.if.org Git - graphviz/commitdiff
need config.h for result of "inline" test
authorellson <devnull@localhost>
Thu, 5 Nov 2009 19:30:18 +0000 (19:30 +0000)
committerellson <devnull@localhost>
Thu, 5 Nov 2009 19:30:18 +0000 (19:30 +0000)
lib/common/routespl.c

index 8ef3a06f24b68ccfeba9a65a191530505714ab6a..b41336b5f9a010760ae73c253f1b60eae28e9340 100644 (file)
@@ -14,6 +14,9 @@
 *              AT&T Research, Florham Park NJ             *
 **********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "render.h"
 #include "pathplan.h"