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 185aa7e..df239eb 100644
--- a/src/cmd/shell/shell.c
+++ b/src/cmd/shell/shell.c
@@ -1,5 +1,6 @@
#include "builtins.h"
#include "shell.h"
+#include <camellia/compat.h>
#include <camellia/flags.h>
#include <camellia/syscalls.h>
#include <err.h>