From b70e714faaaacf843e92a3d5f4ccdd48fa82a686 Mon Sep 17 00:00:00 2001 From: squid Date: Wed, 1 Feb 2012 11:54:22 +0100 Subject: [PATCH] Windows portability fix. --- compat/os/mswin.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compat/os/mswin.h b/compat/os/mswin.h index 3a94b307be..5dfe7d201d 100644 --- a/compat/os/mswin.h +++ b/compat/os/mswin.h @@ -52,6 +52,9 @@ #if HAVE_STRING_H #include #endif /* HAVE_FCNTL_H */ +#if HAVE_SYS_STAT_H +#include +#endif /* HAVE_SYS_STAT_H */ #define ACL WindowsACL #if defined(_MSC_VER) /* Microsoft C Compiler ONLY */ -- 2.47.2