From: hno <> Date: Fri, 5 Jan 2001 04:57:58 +0000 (+0000) Subject: From Robert Collins: X-Git-Tag: SQUID_3_0_PRE1~1695 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=767115f11a49ca9dfb856859624ebb7e1e329f27;p=thirdparty%2Fsquid.git From Robert Collins: 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. --- diff --git a/src/squid.h b/src/squid.h index 761500e31e..105907d87c 100644 --- a/src/squid.h +++ b/src/squid.h @@ -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 * @@ -158,6 +158,9 @@ #if HAVE_SYS_STAT_H #include #endif +#if HAVE_SYS_VFS_H +#include +#endif #if HAVE_SYS_UN_H #include #endif