mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
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:
parent
d7f6cb23de
commit
ab990585e5
1
configure
vendored
1
configure
vendored
@ -6725,6 +6725,7 @@ if bsd; then
|
|||||||
"dev/ic/bt8xx.h" ; do
|
"dev/ic/bt8xx.h" ; do
|
||||||
cat > $TMPC <<EOF
|
cat > $TMPC <<EOF
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <sys/ioctl.h>
|
||||||
#include <$file>
|
#include <$file>
|
||||||
int main(void) {
|
int main(void) {
|
||||||
ioctl(0, TVTUNER_GETFREQ, 0);
|
ioctl(0, TVTUNER_GETFREQ, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user