summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/patches/patch-al
blob: 5d34a762482386d624bde6532279ca29736d4efe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-al,v 1.2 2005/03/02 21:42:48 wiz Exp $

--- imtest/imtest.c.orig	Wed Aug  4 15:03:18 2004
+++ imtest/imtest.c	Sun Nov 28 15:12:44 2004
@@ -47,7 +47,9 @@
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/ipc.h>
+#if !defined(__APPLE__)
 #include <sys/msg.h>
+#endif
 #include <sys/stat.h>
 #include <fcntl.h>
 
@@ -71,6 +73,10 @@
 #include <sys/file.h>
 #include <netinet/in.h>
 #include <netdb.h>
+
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
 
 #include <sasl/sasl.h>
 #include <sasl/saslutil.h>