afs: Need linux/random.h

We should #include linux/random.h to use get_random().

Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
David Howells 2016-08-30 16:05:14 +01:00
parent 378c9c9603
commit e0661dfc59
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <linux/init.h>
#include <linux/completion.h>
#include <linux/sched.h>
#include <linux/random.h>
#include "internal.h"
MODULE_DESCRIPTION("AFS Client File System");