From: David Howells Date: Tue, 30 Aug 2016 15:05:14 +0000 (+0100) Subject: afs: Need linux/random.h X-Git-Tag: v4.9-rc1~127^2~344^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0661dfc5961cf14f255fa5466041a961ca2ebdf;p=thirdparty%2Fkernel%2Flinux.git afs: Need linux/random.h We should #include linux/random.h to use get_random(). Signed-off-by: David Howells --- diff --git a/fs/afs/main.c b/fs/afs/main.c index 35de0c04729fd..0b187ef3b5b7a 100644 --- a/fs/afs/main.c +++ b/fs/afs/main.c @@ -14,6 +14,7 @@ #include #include #include +#include #include "internal.h" MODULE_DESCRIPTION("AFS Client File System");