]> git.mxchange.org Git - flightgear.git/commitdiff
Czaba Halasz:
authordurk <durk>
Thu, 21 Aug 2008 20:14:26 +0000 (20:14 +0000)
committerdurk <durk>
Thu, 21 Aug 2008 20:14:26 +0000 (20:14 +0000)
Somebody please add config.h to AirportList.cxx, because the #include
<plib/puAux.h> (in AirportList.hxx) needs the PU_USE_NONE define.

DT: Done :-)

src/GUI/AirportList.cxx

index 1b62f0aff3ef823f4e9a21ef699189f153d3eeaf..133b2b9ea65f147f20c88880f795e64d5f495df6 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <locale>
 #include <Main/globals.hxx>
 #include <Airports/simple.hxx>