diff options
author | dzwdz | 2022-08-14 12:30:23 +0200 |
---|---|---|
committer | dzwdz | 2022-08-14 12:30:23 +0200 |
commit | 95c4d23af122131fd0f83dee70e9cce65c46d49f (patch) | |
tree | 133520621b9a60e06d1fd4d8eb77e45018f79808 /src/user/app/shell | |
parent | 9cb8f33830a85cd8c660f435db643a77dc22219c (diff) |
user/libc: ctype.h
Diffstat (limited to 'src/user/app/shell')
-rw-r--r-- | src/user/app/shell/parser.c | 1 |
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> |