From: Anders Gidenstam Date: Sun, 24 Oct 2010 13:21:26 +0000 (+0200) Subject: src/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d7440d8fc529f6efaa03e65d886943543b0351cc;p=flightgear.git src/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers. --- diff --git a/src/Network/jpg-httpd.cxx b/src/Network/jpg-httpd.cxx index ba5e5e3c2..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