From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:56:01 +0000 (+0530) Subject: headers_check fix: linux/videodev.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=98be96b85398499212bc77ae3076a69e20368428;p=linux-beck.git headers_check fix: linux/videodev.h fix the following 'make headers_check' warning: usr/include/linux/videodev.h:53: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/videodev.h b/include/linux/videodev.h index 15a653d41132..837f392fbe97 100644 --- a/include/linux/videodev.h +++ b/include/linux/videodev.h @@ -12,6 +12,7 @@ #ifndef __LINUX_VIDEODEV_H #define __LINUX_VIDEODEV_H +#include #include #include