changeset 1310:db4cfb480538

Fix sys/mman.h header test for netbsd (may work no freebsd, too)
author jkeil
date Thu, 12 Jul 2001 16:11:55 +0000
parents 598e3047ce13
children e116beb1ac7b
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Jul 12 15:35:52 2001 +0000
+++ b/configure	Thu Jul 12 16:11:55 2001 +0000
@@ -814,6 +814,7 @@
 
 
 cat > $TMPC << EOF
+#include <sys/types.h>
 #include <sys/mman.h>
 int main( void ) { return 0; }
 EOF