From 505af4f01d22e878c1ee99bdf24f1d755d0518a7 Mon Sep 17 00:00:00 2001 From: nexus Date: Thu, 25 Apr 2002 09:30:47 +0000 Subject: [PATCH] FreeBSD fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5825 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) 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 #include int main(void) { return 0; } EOF