From d7440d8fc529f6efaa03e65d886943543b0351cc Mon Sep 17 00:00:00 2001 From: Anders Gidenstam Date: Sun, 24 Oct 2010 15:21:26 +0200 Subject: [PATCH] src/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers. --- src/Network/jpg-httpd.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5