]> git.mxchange.org Git - flightgear.git/commitdiff
Need to pull in config.h before plib/pu.h or else PUI thinks it's in
authorandy <andy>
Mon, 21 May 2007 19:24:57 +0000 (19:24 +0000)
committerandy <andy>
Mon, 21 May 2007 19:24:57 +0000 (19:24 +0000)
Glut mode and the build breaks under SDL

src/Main/FGManipulator.cxx

index e4a551f5d6aaf1c06437712f62adc6ecad3babbd..4b797e6ae0ada3c17d02bc9728374694169c2376 100644 (file)
@@ -1,7 +1,8 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 #include <osg/Math>
-
 #include <osgViewer/Viewer>
-
 #include <plib/pu.h>
 #include "FGManipulator.hxx"