summaryrefslogtreecommitdiff
path: root/kernel/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/context.c')
-rw-r--r--kernel/context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/context.c b/kernel/context.c
index 56bada438f61..c49f914430e0 100644
--- a/kernel/context.c
+++ b/kernel/context.c
@@ -20,6 +20,7 @@
#include <linux/unistd.h>
#include <linux/signal.h>
#include <linux/completion.h>
+#include <linux/tqueue.h>
static DECLARE_TASK_QUEUE(tq_context);
static DECLARE_WAIT_QUEUE_HEAD(context_task_wq);