summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-25 09:30:47 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-25 09:30:47 +0000
commit505af4f01d22e878c1ee99bdf24f1d755d0518a7 (patch)
treef1e570d9344d1c10c2af8757e55dce92e3593812 /configure
parentaa06c562ff1d1f8280a59d7003779f3fbfb96b83 (diff)
downloadmpv-505af4f01d22e878c1ee99bdf24f1d755d0518a7.tar.bz2
mpv-505af4f01d22e878c1ee99bdf24f1d755d0518a7.tar.xz
FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5825 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0417e0f674..f1bffc58b2 100755
--- a/configure
+++ b/configure
@@ -1527,6 +1527,7 @@ echores "$_sys_soundcard"
echocheck "sys/dvdio.h"
cat > $TMPC << EOF
+#include <unistd.h>
#include <sys/dvdio.h>
int main(void) { return 0; }
EOF