$NetBSD: patch-ca,v 1.1 2002/12/01 05:36:51 grant Exp $

--- src/fs/diskd/diskd.c.orig	Thu Feb  8 05:56:54 2001
+++ src/fs/diskd/diskd.c
@@ -36,8 +36,11 @@
 #include "squid.h"
 
 #include <sys/ipc.h>
-#include <sys/msg.h>
 #include <sys/shm.h>
+
+#ifdef HAVE_SYS_MSG_H
+#include <sys/msg.h>
+#endif
 
 #include "store_diskd.h"
 
