summaryrefslogtreecommitdiff
path: root/kernel/lib/stack.c
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-03-14 13:09:59 +0100
committerAnton Kling <anton@kling.gg>2024-03-14 13:09:59 +0100
commit2e8b474d4219e7faaac3823e73c8d528c2698a37 (patch)
tree7d93b5fd220e8b703ba69f9b55122d15c9d619fb /kernel/lib/stack.c
parent051ac9f1941e8bc6ad87beccb61a2d53111ba8ea (diff)
random changes made
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>