From ca796494fdc40d399d75596d68b8a5865798b00c Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 5 Nov 2009 20:01:49 +0000 Subject: [PATCH] needs config.h for "inline" result --- lib/common/geom.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.1