]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/fg_serial.hxx
Added a get_type() to the iochannel class so the protocol code can optionally
[flightgear.git] / src / Network / fg_serial.hxx
index 80afd0131b27db596fbbb94ae57bb501413e3a52..f95b813d1b990e018f56e6c2c0114f11adc0748f 100644 (file)
@@ -29,7 +29,7 @@
 # error This library requires C++
 #endif
 
-#include "Include/compiler.h"
+#include <simgear/compiler.h>
 
 #include <string>
 
@@ -39,7 +39,7 @@
 // #  include <time.h>
 // #endif
 
-#include <Serial/serial.hxx>
+#include <simgear/serial/serial.hxx>
 
 #include "iochannel.hxx"
 #include "protocol.hxx"