]> git.mxchange.org Git - flightgear.git/blobdiff - utils/GPSsmooth/UGear_telnet.hxx
Fix compilation.
[flightgear.git] / utils / GPSsmooth / UGear_telnet.hxx
index 34500a5c9498c77a58b5db1a31ae842b6258d062..15e88633e2aeb6ded7d44ccb568e87d0d4ddf7a8 100644 (file)
@@ -33,7 +33,7 @@
 using std::string;
 using std::vector;
 
-#include <plib/netChannel.h>
+#include <simgear/io/sg_netChannel.hxx>
 
 
 /**
@@ -41,7 +41,7 @@ using std::vector;
  * This class provides a telnet-like server for remote access to
  * FlightGear properties.
  */
-class UGTelnet: netChannel
+class UGTelnet: simgear::NetChannel
 {
 
 private: