blob: 1c46325bdec8efa9f493d6fa7fb82db2a4e4a3b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ad,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $
--- imap/cvt_cyrusdb.c.orig 2010-10-19 03:08:28.000000000 +0000
+++ imap/cvt_cyrusdb.c
@@ -59,7 +59,9 @@
#include <syslog.h>
#include <sys/ipc.h>
+#if !defined(__APPLE__)
#include <sys/msg.h>
+#endif
#include "acl.h"
#include "assert.h"
|