diff options
Diffstat (limited to 'module/splat/splat-thread.c')
-rw-r--r-- | module/splat/splat-thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/splat/splat-thread.c b/module/splat/splat-thread.c index e55acd0c8..3255e37e5 100644 --- a/module/splat/splat-thread.c +++ b/module/splat/splat-thread.c @@ -26,6 +26,8 @@ #include <sys/thread.h> #include <sys/random.h> +#include <linux/delay.h> +#include <linux/mm_compat.h> #include <linux/slab.h> #include "splat-internal.h" |