blob: 244abe85406427dffb526b0c47ca1c8570594787 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2006/05/09 17:17:48 joerg Exp $
--- config.h.in.orig 2006-05-09 17:04:28.000000000 +0000
+++ config.h.in
@@ -90,6 +90,7 @@
#undef const
#if HAVE_SYS_MMAN_H
+#include <sys/types.h>
#include <sys/mman.h>
#endif
|