summaryrefslogtreecommitdiff
path: root/src/cmd/shell
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/shell')
-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>