]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Windows portability fix.
authorsquid <squid@win-squid-build>
Wed, 1 Feb 2012 10:54:22 +0000 (11:54 +0100)
committersquid <squid@win-squid-build>
Wed, 1 Feb 2012 10:54:22 +0000 (11:54 +0100)
compat/os/mswin.h

index 3a94b307be58f3626372cdc0405e1103c3dcd980..5dfe7d201d63bbb4dae7576ccd4df1ca3fb0227d 100644 (file)
@@ -52,6 +52,9 @@
 #if HAVE_STRING_H
 #include <string.h>
 #endif /* HAVE_FCNTL_H */
+#if HAVE_SYS_STAT_H
+#include <sys/stat.h>
+#endif /* HAVE_SYS_STAT_H */
 
 #define ACL WindowsACL
 #if defined(_MSC_VER) /* Microsoft C Compiler ONLY */