From d9488d8e7730305854673cd33d4ceff382b266ac Mon Sep 17 00:00:00 2001 From: satbaby Date: Sat, 27 Nov 2010 13:17:54 +0000 Subject: [PATCH] fix for gcc4.5 git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@890 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/nhttpd/yhttpd.cpp | 1 + src/nhttpd/yhttpd_core/ywebserver.cpp | 1 + src/nhttpd/yhttpd_mods/mod_cache.cpp | 1 + src/nhttpd/yhttpd_mods/mod_weblog.cpp | 1 + 4 files changed, 4 insertions(+) diff --git a/src/nhttpd/yhttpd.cpp b/src/nhttpd/yhttpd.cpp index 935c92dfb..17997aaf5 100644 --- a/src/nhttpd/yhttpd.cpp +++ b/src/nhttpd/yhttpd.cpp @@ -10,6 +10,7 @@ #include #include #include +#include // yhttpd #include "yconfig.h" diff --git a/src/nhttpd/yhttpd_core/ywebserver.cpp b/src/nhttpd/yhttpd_core/ywebserver.cpp index 63c11feab..601b966a3 100644 --- a/src/nhttpd/yhttpd_core/ywebserver.cpp +++ b/src/nhttpd/yhttpd_core/ywebserver.cpp @@ -7,6 +7,7 @@ #include // system +#include #include #include #include diff --git a/src/nhttpd/yhttpd_mods/mod_cache.cpp b/src/nhttpd/yhttpd_mods/mod_cache.cpp index e5a4d2c1c..2c59edf20 100644 --- a/src/nhttpd/yhttpd_mods/mod_cache.cpp +++ b/src/nhttpd/yhttpd_mods/mod_cache.cpp @@ -4,6 +4,7 @@ //============================================================================= // system +#include #include #include // yhttpd diff --git a/src/nhttpd/yhttpd_mods/mod_weblog.cpp b/src/nhttpd/yhttpd_mods/mod_weblog.cpp index 15490f354..8f467b6f5 100644 --- a/src/nhttpd/yhttpd_mods/mod_weblog.cpp +++ b/src/nhttpd/yhttpd_mods/mod_weblog.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include "mod_weblog.h" #include "helper.h"