mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
26 lines
509 B
Plaintext
26 lines
509 B
Plaintext
$NetBSD: patch-ag,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $
|
|
|
|
--- imtest/imtest.c.orig 2009-09-24 13:35:05.000000000 +0000
|
|
+++ imtest/imtest.c
|
|
@@ -49,7 +49,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>
|
|
|
|
@@ -74,6 +76,10 @@
|
|
#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>
|
|
|