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
1 changed files with 1 additions and 0 deletions

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>