David Mosberger-Tang c003d467bd V4L/DVB (4046): Trivial videodev2.h patch
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>
2006-06-25 02:05:00 -03:00
..
2006-06-24 23:53:01 +01:00
2006-06-23 07:42:55 -07:00
2006-06-23 13:46:23 -07:00
2006-01-06 08:33:29 -08:00
2006-06-23 02:07:42 -07:00
2006-06-22 22:11:56 -04:00
2006-06-22 21:35:11 +02:00