pkgsrc/mail/cyrus-imapd/patches/patch-al

25 lines
537 B
Text

$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>