diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-19 11:31:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-19 11:31:48 -0300 |
commit | dab4e454a8dfcbc59f1bd368e522627907866cfc (patch) | |
tree | 22d225f162da7c990151dd9f17007c8db76c7b53 /linux/include | |
parent | 2765fab4352a93fc144aa60c42abdbc9387bbf8e (diff) | |
parent | 29b613e242a791a94b820ca6c69ae2548452ebe5 (diff) | |
download | mediapointer-dvb-s2-dab4e454a8dfcbc59f1bd368e522627907866cfc.tar.gz mediapointer-dvb-s2-dab4e454a8dfcbc59f1bd368e522627907866cfc.tar.bz2 |
merge: http://linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index dc4fb4588..f21fc9c3b 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -60,6 +60,7 @@ #include <linux/compiler.h> /* need __user */ #else #define __user +#include <sys/time.h> #endif #include <linux/types.h> |