diff configure @ 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 cbbc5bc64c46
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