From afd5335417df461fb52a41eee712bd3cdf83e452 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Wed, 18 Jul 2007 23:41:08 +0200 Subject: videodev2.h: add missing when included by an application From: Hans Verkuil When videodev2.h is included by an application it needs to include for the timeval struct. Signed-off-by: Hans Verkuil --- linux/include/linux/videodev2.h | 1 + 1 file changed, 1 insertion(+) 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 /* need __user */ #else #define __user +#include #endif #include -- cgit v1.2.3