]> git.mxchange.org Git - flightgear.git/commitdiff
Make sure pu.h doesn't include glut by accident.
authorehofman <ehofman>
Thu, 29 Apr 2004 09:36:27 +0000 (09:36 +0000)
committerehofman <ehofman>
Thu, 29 Apr 2004 09:36:27 +0000 (09:36 +0000)
src/GUI/menubar.cxx
src/GUI/new_gui.hxx
src/GUI/puList.hxx

index f613ec325fb762a460f7d9c67fd3051ec4064684..083d3cf5c3b25daab0c0fd68a2a2edffcfe26a66 100644 (file)
@@ -1,5 +1,10 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <string.h>
 #include <iostream>
+
 #include <plib/pu.h>
 #include <simgear/debug/logstream.hxx>
 
index 5aec7c5388ba976a046a05457da62e6690e76b7d..6e96a5aa060778a16902cbf9b205aef63219254c 100644 (file)
@@ -7,6 +7,10 @@
 # error This library requires C++
 #endif
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <plib/pu.h>
 
 #include <simgear/compiler.h>  // for SG_USING_STD
index 43ba4e2421189f19848eb64516b7a8742f2b6d68..563763a0b0eaf0fc79a6f0a238e4071dd875da36 100644 (file)
@@ -3,6 +3,10 @@
 #ifndef __PULIST_HXX
 #define __PULIST_HXX 1
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <plib/pu.h>