From: squid Date: Wed, 1 Feb 2012 10:54:22 +0000 (+0100) Subject: Windows portability fix. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b70e714faaaacf843e92a3d5f4ccdd48fa82a686;p=thirdparty%2Fsquid.git Windows portability fix. --- 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 */