commit | f6a570333e554b48ad589e7137c77c57809eee81 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Oct 18 01:47:25 2006 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Dec 04 02:00:22 2006 -0500 |
tree | 68dd6d5c8fe537a19a84a4189202f5cf70925c17 | |
parent | 2b5f6dcce5bf94b9b119e9ed8d537098ec61c3d2 [diff] [blame] |
[PATCH] severing module.h->sched.h Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/lib/random32.c b/lib/random32.c index 4a15ce5..ec7f81d 100644 --- a/lib/random32.c +++ b/lib/random32.c
@@ -36,6 +36,7 @@ #include <linux/types.h> #include <linux/percpu.h> #include <linux/module.h> +#include <linux/jiffies.h> #include <linux/random.h> struct rnd_state {