From: Adam Dickmeiss Date: Mon, 20 Oct 2014 08:35:20 +0000 (+0200) Subject: http_file: add include of sys/stat.h fixes MP-576 X-Git-Tag: v1.5.11~1 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=7e75c6abaa325fd42359128e8e91572beb17628b http_file: add include of sys/stat.h fixes MP-576 --- diff --git a/src/filter_http_file.cpp b/src/filter_http_file.cpp index 997b627..500cdc1 100644 --- a/src/filter_http_file.cpp +++ b/src/filter_http_file.cpp @@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include #include "filter_http_file.hpp" +#include #include #include