]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/generic.cxx
CMake update for new KLN89 file.
[flightgear.git] / src / Network / generic.cxx
index 9ab7d76999e13597ebf7336a16fe9a0bfd3b9504..4f8264ecc444d5db350e3d5399d8d7f9f565011f 100644 (file)
@@ -37,8 +37,8 @@
 
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>
+#include <Main/fg_os.hxx>
 #include <Main/util.hxx>
-
 #include "generic.hxx"
 
 
@@ -491,7 +491,7 @@ bool FGGeneric::process() {
     return true;
 error_out:
     if (exitOnError) {
-        fgExit(1);
+        fgOSExit(1);
         return true; // should not get there, but please the compiler
     } else
         return false;