From b9332af20928e4c2c12761635edc2ba5eafdf5d0 Mon Sep 17 00:00:00 2001 From: daveluff Date: Tue, 3 Jun 2003 13:08:42 +0000 Subject: [PATCH] Fix for Cygwin compilation --- src/ATC/ATC.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ATC/ATC.cxx b/src/ATC/ATC.cxx index 38af59ef5..2a51b89a5 100644 --- a/src/ATC/ATC.cxx +++ b/src/ATC/ATC.cxx @@ -18,6 +18,10 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include