]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/ATC-Main.cxx
Expose a radio function (receiveBeacon) to the Nasal subsystem
[flightgear.git] / src / Network / ATC-Main.cxx
index b70b4abf36eb584ce1d6ffd726a8d093000c1f64..546f03ebee04cb92afac573f1c61903cb4bd13b6 100644 (file)
@@ -31,6 +31,8 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <errno.h>
+
 #include <stdio.h>              //snprintf
 #ifdef _WIN32
 #  include <io.h>                 //lseek, read, write
@@ -38,8 +40,6 @@
 
 #include <string>
 
-#include <plib/ul.h>
-
 #include <simgear/debug/logstream.hxx>
 #include <simgear/props/props_io.hxx>
 #include <simgear/io/iochannel.hxx>
@@ -54,7 +54,9 @@
 #include "ATC-Main.hxx"
 
 using std::string;
-
+using std::cout;
+using std::endl;
+using std::vector;
 
 // Lock the ATC hardware
 static int fgATCMainLock( int fd ) {