blob: b23d7ad04007b200b738bdfada0ead474fccc284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$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"
|