1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02: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:
rfelker 2002-07-31 05:25:57 +00:00
parent 11af8f4d32
commit 0b4294fe82

View File

@ -1,6 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_DVB
#include <sys/ioctl.h>
#endif
#include "../config.h"