summaryrefslogtreecommitdiff
path: root/kernel/lib/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/lib/stack.c')
-rw-r--r--kernel/lib/stack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/lib/stack.c b/kernel/lib/stack.c
index 7f31867..7283b35 100644
--- a/kernel/lib/stack.c
+++ b/kernel/lib/stack.c
@@ -1,3 +1,4 @@
+#include <interrupts.h>
#include <kmalloc.h>
#include <lib/stack.h>
#include <stddef.h>