14 lines
311 B
Text
14 lines
311 B
Text
$NetBSD: patch-ba,v 1.1 2005/03/02 21:42:48 wiz Exp $
|
|
|
|
--- imap/mboxlist.c.orig Sun Nov 28 15:04:44 2004
|
|
+++ imap/mboxlist.c Sun Nov 28 15:05:06 2004
|
|
@@ -60,7 +60,9 @@
|
|
#include <syslog.h>
|
|
|
|
#include <sys/ipc.h>
|
|
+#if !defined(__APPLE__)
|
|
#include <sys/msg.h>
|
|
+#endif
|
|
|
|
#include "acl.h"
|
|
#include "annotate.h"
|