From 46a3200569c4c3df82bc24713d93954ad488f57a Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 29 Jul 2006 09:27:50 +0000 Subject: [PATCH] Win32 fix --- src/Input/fgjs.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Input/fgjs.cxx b/src/Input/fgjs.cxx index e73266a63..7e1bf790d 100644 --- a/src/Input/fgjs.cxx +++ b/src/Input/fgjs.cxx @@ -22,6 +22,10 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include -- 2.39.5