diff options
author | pboettcher@dibcom68.dibcom.fr <pboettcher@dibcom68.dibcom.fr> | 2006-04-07 09:31:51 +0200 |
---|---|---|
committer | pboettcher@dibcom68.dibcom.fr <pboettcher@dibcom68.dibcom.fr> | 2006-04-07 09:31:51 +0200 |
commit | f62b12acad6cf4c6e78bc2dd7e3e445f2d239d24 (patch) | |
tree | a73819bc4ad336cafcf90648613eabd96cc23f7f /test/ioctl-test.c | |
parent | 3cdabc5516eb8974b43dc1febf8010d550c1de65 (diff) | |
parent | 2fec184983c06bf36e79ddae3c2ddf2d8ab61f2d (diff) | |
download | mediapointer-dvb-s2-f62b12acad6cf4c6e78bc2dd7e3e445f2d239d24.tar.gz mediapointer-dvb-s2-f62b12acad6cf4c6e78bc2dd7e3e445f2d239d24.tar.bz2 |
merge: from main
From: Patrick Boettcher <pb@linuxtv.org>
merge: from main
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'test/ioctl-test.c')
-rw-r--r-- | test/ioctl-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ioctl-test.c b/test/ioctl-test.c index e150e46da..3f2fefc44 100644 --- a/test/ioctl-test.c +++ b/test/ioctl-test.c @@ -32,11 +32,13 @@ #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> +#define __user #include <linux/videodev.h> #ifdef INTERNAL typedef __u8 u8; typedef __u32 u32; +#include <linux/version.h> #include "../linux/include/media/v4l2-common.h" #include <linux/video_decoder.h> #endif |