summaryrefslogtreecommitdiff
path: root/src/user/app/shell
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/shell')
-rw-r--r--src/user/app/shell/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/app/shell/parser.c b/src/user/app/shell/parser.c
index 072c720..ad09348 100644
--- a/src/user/app/shell/parser.c
+++ b/src/user/app/shell/parser.c
@@ -1,4 +1,5 @@
#include "shell.h"
+#include <ctype.h>
#include <stdbool.h>
#include <string.h>