From 7e75c6abaa325fd42359128e8e91572beb17628b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 20 Oct 2014 10:35:20 +0200 Subject: [PATCH] http_file: add include of sys/stat.h fixes MP-576 --- src/filter_http_file.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4