X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fhttpd.cxx;h=31d4b93375af4724799b0b1184b99a102ed29df1;hb=5f2fff4ec45a0c20bca076d5b09c433370288f4d;hp=7adc4214d7a2cfff8c7dd35ef042aee738f192f7;hpb=a6db6d89ff41a619569e6433409e8bf62ff98499;p=flightgear.git diff --git a/src/Network/httpd.cxx b/src/Network/httpd.cxx index 7adc4214d..31d4b9337 100644 --- a/src/Network/httpd.cxx +++ b/src/Network/httpd.cxx @@ -32,8 +32,8 @@ #include #include // sort() -#include // atoi() atof() - +#include // atoi() atof() +#include #include #include @@ -66,7 +66,7 @@ bool FGHttpd::open() { bool FGHttpd::process() { - netChannel::poll(); + simgear::NetChannel::poll(); return true; }