From f6bc1ccf2462642383d1644321a101e62105c2a7 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 25 Dec 2022 21:47:23 +0100 Subject: user/lib: reorganize a few header files --- src/user/app/shell/builtins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/app/shell/builtins.c') diff --git a/src/user/app/shell/builtins.c b/src/user/app/shell/builtins.c index 6368633..4ea6c9a 100644 --- a/src/user/app/shell/builtins.c +++ b/src/user/app/shell/builtins.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #define DEFAULT_ARGV(...) \ char *_argv_default[] = {argv[0], __VA_ARGS__}; \ -- cgit v1.2.3