1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 02:09:52 +00:00

fix build on some old 2.6 kernels, patch by Gernot Hillier

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19623 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2006-09-01 16:38:07 +00:00
parent 1d802c801a
commit 59a929e570

View File

@ -32,6 +32,7 @@
#include <sys/fcntl.h>
#include <inttypes.h>
#include <sys/poll.h>
#include <linux/types.h>
#include <linux/videodev2.h>
#include <linux/ivtv.h>