dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (5867): videodev2.h: add missing <sys/time.h> for userspace

When videodev2.h is included by an application, it needs to include
<sys/time.h> for the timeval struct.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Hans Verkuil 2007-07-18 18:41:08 -03:00 committed by Mauro Carvalho Chehab
parent dd1e729d63
commit 3d58ffe2aa
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
#include <linux/compiler.h> /* need __user */
#else
#define __user
#include <sys/time.h>
#endif
#include <linux/types.h>