X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fjpg-httpd.cxx;h=55e5e79c02c44619fddf7c50dfcebda0f9abfe50;hb=e16f772e54216b0088ca9cb3f3b0fb062be8bfdb;hp=208a6a71b0177bb82fab2dbf09d9e536501bb87a;hpb=667e64e1ebc86a0c53112b92b53475898f315c36;p=flightgear.git diff --git a/src/Network/jpg-httpd.cxx b/src/Network/jpg-httpd.cxx index 208a6a71b..55e5e79c0 100644 --- a/src/Network/jpg-httpd.cxx +++ b/src/Network/jpg-httpd.cxx @@ -31,9 +31,9 @@ #include -#include // atoi() atof() +#include // atoi() atof() -#include +#include #include #include @@ -52,6 +52,7 @@ #define __HTTP_GET_STRING "GET " #include +#include extern osg::ref_ptr sceneView; using std::string; @@ -74,7 +75,7 @@ bool FGJpegHttpd::open() { bool FGJpegHttpd::process() { - netChannel::poll(); + simgear::NetChannel::poll(); return true; }