]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
From Robert Collins:
authorhno <>
Fri, 5 Jan 2001 04:57:58 +0000 (04:57 +0000)
committerhno <>
Fri, 5 Jan 2001 04:57:58 +0000 (04:57 +0000)
I just noticed the new function storeDirGetBlkSize in the latest head merge.
Well it's broken on windows... sys/vfs needs to be included. included is a patch.

src/squid.h

index 761500e31e6ac05d86732f150a8f8deb8b962463..105907d87c58db769ddf587d6c563810b3059331 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.204 2001/01/04 03:42:35 wessels Exp $
+ * $Id: squid.h,v 1.205 2001/01/04 21:57:58 hno Exp $
  *
  * AUTHOR: Duane Wessels
  *
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif
+#if HAVE_SYS_VFS_H
+#include <sys/vfs.h>
+#endif
 #if HAVE_SYS_UN_H
 #include <sys/un.h>
 #endif