aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/random.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 22:11:32 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:05:59 +0530
commit68622c61dc7971382f5d69cd5d881e618ea30414 (patch)
treefa3e5f2a76fc1f6362865fdf05dccd5b7a98caa1 /include/linux/random.h
parentheaders_check fix: linux/ppp_defs.h (diff)
downloadlinux-dev-68622c61dc7971382f5d69cd5d881e618ea30414.tar.xz
linux-dev-68622c61dc7971382f5d69cd5d881e618ea30414.zip
headers_check fix: linux/random.h
fix the following 'make headers_check' warning: usr/include/linux/random.h:39: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/linux/random.h')
-rw-r--r--include/linux/random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/random.h b/include/linux/random.h
index 407ea3646f8f..25d02fe5c9b5 100644
--- a/include/linux/random.h
+++ b/include/linux/random.h
@@ -7,6 +7,7 @@
#ifndef _LINUX_RANDOM_H
#define _LINUX_RANDOM_H
+#include <linux/types.h>
#include <linux/ioctl.h>
#include <linux/irqnr.h>