]> granicus.if.org Git - graphviz/commitdiff
needs config.h for "inline" result
authorellson <devnull@localhost>
Thu, 5 Nov 2009 20:01:49 +0000 (20:01 +0000)
committerellson <devnull@localhost>
Thu, 5 Nov 2009 20:01:49 +0000 (20:01 +0000)
lib/common/geom.c

index 15565671a2ec51d9d3c2d04daed0e70eb339bbc4..daba55b561e1c07900873d6691eada9834540b18 100644 (file)
 /* geometric functions (e.g. on points and boxes) with application to, but
  * no specific dependance on graphs */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "geom.h"
 #include "geomprocs.h"
 #ifdef WIN32