From 3d65e2dac99c33f5f4188782f7afa8a31ebf357b Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 16 Mar 2004 10:02:46 +0000 Subject: [PATCH] Cugwin fix (min macro conflicts with a windows one) --- src/Instrumentation/gps.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Instrumentation/gps.cxx b/src/Instrumentation/gps.cxx index 08183fde9..a4e8e7cfb 100644 --- a/src/Instrumentation/gps.cxx +++ b/src/Instrumentation/gps.cxx @@ -3,6 +3,10 @@ // // This file is in the Public Domain and comes with no warranty. +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include -- 2.39.5