aboutsummaryrefslogtreecommitdiffstats
path: root/module/splat/splat-taskq.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/splat/splat-taskq.c')
-rw-r--r--module/splat/splat-taskq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/splat/splat-taskq.c b/module/splat/splat-taskq.c
index d8406f159..8229fed39 100644
--- a/module/splat/splat-taskq.c
+++ b/module/splat/splat-taskq.c
@@ -25,8 +25,10 @@
\*****************************************************************************/
#include <sys/kmem.h>
+#include <sys/vmem.h>
#include <sys/random.h>
#include <sys/taskq.h>
+#include <sys/timer.h>
#include <linux/delay.h>
#include "splat-internal.h"