From 66cef84e55c70165109783abced936a5d7dfadf3 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 21 May 2007 19:24:57 +0000 Subject: [PATCH] Need to pull in config.h before plib/pu.h or else PUI thinks it's in Glut mode and the build breaks under SDL --- src/Main/FGManipulator.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Main/FGManipulator.cxx b/src/Main/FGManipulator.cxx index e4a551f5d..4b797e6ae 100644 --- a/src/Main/FGManipulator.cxx +++ b/src/Main/FGManipulator.cxx @@ -1,7 +1,8 @@ +#ifdef HAVE_CONFIG_H +# include +#endif #include - #include - #include #include "FGManipulator.hxx"