From 9e31a26edc3e821188abd95a662cec68ed5707d0 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 25 Sep 2023 20:47:38 +0800 Subject: [PATCH] Fix nsh_altconsole.c:152:41: error: implicit declaration of function 'strlen' Signed-off-by: Xiang Xiao --- nshlib/nsh_altconsole.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nshlib/nsh_altconsole.c b/nshlib/nsh_altconsole.c index 831725f4f..4f6cb5bd6 100644 --- a/nshlib/nsh_altconsole.c +++ b/nshlib/nsh_altconsole.c @@ -29,6 +29,7 @@ #include #include #include +#include #include "nsh.h" #include "nsh_console.h"