From: andy Date: Mon, 21 May 2007 19:24:57 +0000 (+0000) Subject: Need to pull in config.h before plib/pu.h or else PUI thinks it's in X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=66cef84e55c70165109783abced936a5d7dfadf3;p=flightgear.git 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 --- 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"