http_file: add include of sys/stat.h fixes MP-576
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 20 Oct 2014 08:35:20 +0000 (10:35 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 20 Oct 2014 08:35:20 +0000 (10:35 +0200)
src/filter_http_file.cpp

index 997b627..500cdc1 100644 (file)
@@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <metaproxy/package.hpp>
 #include <metaproxy/util.hpp>
 #include "filter_http_file.hpp"
+#include <sys/stat.h>
 
 #include <yaz/zgdu.h>
 #include <yaz/log.h>