diff options
author | Yuxuan Shui <[email protected]> | 2013-05-14 08:40:20 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-07-08 15:21:28 -0700 |
commit | 79a7ab25812d2701230aaff62904570ef7dbecef (patch) | |
tree | 674fb7ad85dd790b7bd1b4f6f0b9016a115a193c /module/splat/splat-thread.c | |
parent | 1ddf9722dcb6429d38fcbc5ff791779ec89be9fc (diff) |
Linux 3.10 compat: add missing include of linux/slab.h
Linux kernel commit torvalds/linux@0d01ff2 changes some
includes we were depending on through linux/proc_fs.h.
Signed-off-by: Yuxuan Shui <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #257
Diffstat (limited to 'module/splat/splat-thread.c')
-rw-r--r-- | module/splat/splat-thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/splat/splat-thread.c b/module/splat/splat-thread.c index a1e70db47..e55acd0c8 100644 --- a/module/splat/splat-thread.c +++ b/module/splat/splat-thread.c @@ -26,6 +26,7 @@ #include <sys/thread.h> #include <sys/random.h> +#include <linux/slab.h> #include "splat-internal.h" #define SPLAT_THREAD_NAME "thread" |