From: ellson Date: Thu, 5 Nov 2009 20:01:49 +0000 (+0000) Subject: needs config.h for "inline" result X-Git-Tag: LAST_LIBGRAPH~32^2~1590 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca796494fdc40d399d75596d68b8a5865798b00c;p=graphviz needs config.h for "inline" result --- diff --git a/lib/common/geom.c b/lib/common/geom.c index 15565671a..daba55b56 100644 --- a/lib/common/geom.c +++ b/lib/common/geom.c @@ -17,6 +17,10 @@ /* 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