Fix sys/mman.h header test for netbsd (may work no freebsd, too)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1311 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2001-07-12 16:11:55 +00:00
parent 45c97f8294
commit 0f2ba866cd
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -814,6 +814,7 @@ $_cc -o $TMPO $TMPC 2> /dev/null && _alloca_h=yes
cat > $TMPC << EOF
#include <sys/types.h>
#include <sys/mman.h>
int main( void ) { return 0; }
EOF