]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.cxx
In the process of changing, adding and removing files the last few years
[flightgear.git] / src / Main / globals.cxx
index 1559a9600382ef957c64e1f8b733f9d341ba1c3b..077a65a03d911bd5679514425911693610605d47 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <simgear/sound/soundmgr_openal.hxx>
 #include <simgear/structure/commands.hxx>
@@ -82,6 +85,8 @@ FGGlobals::FGGlobals() :
     gslist( NULL ),
     dmelist( NULL ),
     mkrlist( NULL ),
+    tacanlist( NULL ),
+    carrierlist( NULL ), 
     fixlist( NULL )
 {
 }