diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-26 10:28:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-26 10:28:13 -0300 |
commit | 35006ff0b9db3efb1546bb3d08bfa586b2eacac2 (patch) | |
tree | 3c7ef41b2e1b65ea2ffb1f3b9a7f493a6818e19b /linux/Documentation/video4linux/v4lgrab.c | |
parent | 4fc455d3437ddd14c467077a5309f6d2d2b43b52 (diff) | |
download | mediapointer-dvb-s2-35006ff0b9db3efb1546bb3d08bfa586b2eacac2.tar.gz mediapointer-dvb-s2-35006ff0b9db3efb1546bb3d08bfa586b2eacac2.tar.bz2 |
Trivial videodev2.h patch
From: David Mosberger-Tang <David.Mosberger@acm.org>
linux/videodev2.h uses types such as __u8 but it fails to include
<linux/types.h>. Within the kernel, that's not a problem because
<linux/time.h> already includes <linux/types.h>. However, there are
user apps that try to include videodev2.h (e.g., ekiga) and at least
on ia64, it causes compilation failures since <linux/types.h> doesn't
get included for any other reason, leaving __u8 etc. undefined. The
attached patch fixes the problem for me.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/Documentation/video4linux/v4lgrab.c')
0 files changed, 0 insertions, 0 deletions