]> git.mxchange.org Git - flightgear.git/commitdiff
Must include config.h before plib headers to prevent them from default
authorandy <andy>
Wed, 19 Oct 2005 18:40:19 +0000 (18:40 +0000)
committerandy <andy>
Wed, 19 Oct 2005 18:40:19 +0000 (18:40 +0000)
to glut (which breaks SDL builds).

src/GUI/fonts.cxx

index a221e92cdbb9d038d9efe08b0f185ae92e9efe82..8d1f3bcbd9b8e6a9a2128456269ef4d99a9682f0 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <plib/pu.h>
 #include <plib/fnt.h>