From aafb9734597bf0607d8edc1e5e800907803d1ad4 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 26 Oct 2005 11:00:18 +0000 Subject: [PATCH] Cygwin fix. --- utils/GPSsmooth/gps.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/GPSsmooth/gps.cxx b/utils/GPSsmooth/gps.cxx index f266623fb..670353ed2 100644 --- a/utils/GPSsmooth/gps.cxx +++ b/utils/GPSsmooth/gps.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include -- 2.39.5