From 7a459db022130baa3783a86c529061597144a38c Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 30 Jul 2006 21:02:36 +0000 Subject: [PATCH] Win32 fix --- simgear/sound/xmlsound.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simgear/sound/xmlsound.cxx b/simgear/sound/xmlsound.cxx index be5a8213..74ef4713 100644 --- a/simgear/sound/xmlsound.cxx +++ b/simgear/sound/xmlsound.cxx @@ -21,6 +21,10 @@ // // $Id$ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include -- 2.39.5