2012-06-15 05:07:59 -04:00
|
|
|
$OpenBSD: patch-config_h_in,v 1.2 2012/06/15 09:07:59 jasper Exp $
|
2007-04-11 12:08:23 -04:00
|
|
|
--- 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
|