summaryrefslogtreecommitdiff
path: root/linux/Documentation/video4linux/v4lgrab.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-05-26 10:28:13 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-05-26 10:28:13 -0300
commit35006ff0b9db3efb1546bb3d08bfa586b2eacac2 (patch)
tree3c7ef41b2e1b65ea2ffb1f3b9a7f493a6818e19b /linux/Documentation/video4linux/v4lgrab.c
parent4fc455d3437ddd14c467077a5309f6d2d2b43b52 (diff)
downloadmediapointer-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