summaryrefslogtreecommitdiff
path: root/src/cmd/shell/shell.c
diff options
context:
space:
mode:
authordzwdz2024-02-21 20:10:48 +0100
committerdzwdz2024-02-21 20:10:48 +0100
commit4b8f771d6ec926f95ec017c427348013d4c1872c (patch)
tree885bcfc2328206faf6398c50532a770ffee92a5a /src/cmd/shell/shell.c
parent7f6686177af7279fb9465df25b2c1295ce1aeaa2 (diff)
user/*: remove some minor header-related TODOs
pretty useless, but the list of all the TODOs is getting unwieldy, so I might as well cross some crap off that list
Diffstat (limited to 'src/cmd/shell/shell.c')
-rw-r--r--src/cmd/shell/shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/shell/shell.c b/src/cmd/shell/shell.c
index 724c018..3aeaca1 100644
--- a/src/cmd/shell/shell.c
+++ b/src/cmd/shell/shell.c
@@ -4,6 +4,7 @@
#include <camellia/compat.h>
#include <camellia/flags.h>
#include <camellia/fs/misc.h>
+#include <camellia/intr.h>
#include <camellia/syscalls.h>
#include <err.h>
#include <errno.h>