diff options
Diffstat (limited to 'src/cmd/shell')
-rw-r--r-- | src/cmd/shell/shell.c | 1 |
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> |