summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 17:56:01 +0100
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 19:40:59 +0100
commit98be96b85398499212bc77ae3076a69e20368428 (patch)
tree76a831960fb62f893b2753751c39ccea5c26c413
parentheaders_check fix: linux/video_encoder.h (diff)
downloadlinux-98be96b85398499212bc77ae3076a69e20368428.tar.xz
linux-98be96b85398499212bc77ae3076a69e20368428.zip
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 <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
-rw-r--r--include/linux/videodev.h1
1 files changed, 1 insertions, 0 deletions
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 <linux/types.h>
#include <linux/ioctl.h>
#include <linux/videodev2.h>