openbsd-ports/mail/imapproxy/patches/patch-config_h_in
jasper 7674860d88 - update to 1.2.7
maintainer timed-out
from brad
2012-06-15 09:07:59 +00:00

15 lines
359 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.2 2012/06/15 09:07:59 jasper Exp $
--- config.h.in.orig Wed Jan 24 23:41:06 2007
+++ config.h.in Wed Jan 24 23:41:44 2007
@@ -89,6 +89,10 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
#if HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif