$NetBSD: patch-cc,v 1.3 2005/03/31 16:44:25 taca Exp $ --- src/fs/diskd/store_io_diskd.c.orig 2005-03-28 23:52:36.000000000 +0900 +++ src/fs/diskd/store_io_diskd.c @@ -37,9 +37,12 @@ #include "squid.h" #include -#include #include +#ifdef HAVE_SYS_MSG_H +#include +#endif + #include "store_diskd.h" static int storeDiskdSend(int, SwapDir *, int, storeIOState *, int, off_t, int);