Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.

patch by Petr Salinger, Petr.Salinger seznam cz


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24929 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-11-01 23:33:51 +00:00
parent d7f6cb23de
commit ab990585e5
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -6725,6 +6725,7 @@ if bsd; then
"dev/ic/bt8xx.h" ; do
cat > $TMPC <<EOF
#include <sys/types.h>
#include <sys/ioctl.h>
#include <$file>
int main(void) {
ioctl(0, TVTUNER_GETFREQ, 0);