mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
no need for ioctl.h if not using dvb
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6857 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
11af8f4d32
commit
0b4294fe82
@ -1,6 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_DVB
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user