From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:41:32 +0000 (+0530) Subject: headers_check fix: linux/random.h X-Git-Tag: v3.12-rc1~15628^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68622c61dc7971382f5d69cd5d881e618ea30414;p=kernel%2Fkernel-generic.git 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 Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/random.h b/include/linux/random.h index 407ea36..25d02fe 100644 --- a/include/linux/random.h +++ b/include/linux/random.h @@ -7,6 +7,7 @@ #ifndef _LINUX_RANDOM_H #define _LINUX_RANDOM_H +#include #include #include