Mercurial > mplayer.hg
comparison configure @ 24901:bddde415c844
Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.
patch by Petr Salinger, Petr.Salinger seznam cz
author | diego |
---|---|
date | Thu, 01 Nov 2007 23:33:51 +0000 |
parents | 45359b137c95 |
children | 24af717a54b3 |
comparison
equal
deleted
inserted
replaced
24900:9079c9745ff9 | 24901:bddde415c844 |
---|---|
6723 "dev/bktr/ioctl_bt848.h" \ | 6723 "dev/bktr/ioctl_bt848.h" \ |
6724 "dev/video/bktr/ioctl_bt848.h" \ | 6724 "dev/video/bktr/ioctl_bt848.h" \ |
6725 "dev/ic/bt8xx.h" ; do | 6725 "dev/ic/bt8xx.h" ; do |
6726 cat > $TMPC <<EOF | 6726 cat > $TMPC <<EOF |
6727 #include <sys/types.h> | 6727 #include <sys/types.h> |
6728 #include <sys/ioctl.h> | |
6728 #include <$file> | 6729 #include <$file> |
6729 int main(void) { | 6730 int main(void) { |
6730 ioctl(0, TVTUNER_GETFREQ, 0); | 6731 ioctl(0, TVTUNER_GETFREQ, 0); |
6731 return 0; | 6732 return 0; |
6732 } | 6733 } |