]> git.mxchange.org Git - flightgear.git/commitdiff
Oops, need config.h before pu.h or else the build will fail on
authorandy <andy>
Wed, 12 May 2004 20:51:47 +0000 (20:51 +0000)
committerandy <andy>
Wed, 12 May 2004 20:51:47 +0000 (20:51 +0000)
glut-less systems.

src/GUI/layout-props.cxx

index 68574045d6a8be933ef2dde7869dba1880ff13d4..b2fe085daaa91fef3239c81ada3d115754005fd1 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <plib/pu.h>
 #include <simgear/props/props.hxx>