From 78020aec0dbc3f375496fc0ae0b8b94d40731280 Mon Sep 17 00:00:00 2001 From: huangjian Date: Thu, 15 Dec 2022 21:26:34 +0800 Subject: [PATCH] nshlib:nsh login include nshlib/nshlib.h Signed-off-by: huangjian --- nshlib/nsh_login.c | 1 + nshlib/nsh_stdlogin.c | 1 + 2 files changed, 2 insertions(+) diff --git a/nshlib/nsh_login.c b/nshlib/nsh_login.c index 9793837c4..e4fa506c1 100644 --- a/nshlib/nsh_login.c +++ b/nshlib/nsh_login.c @@ -37,6 +37,7 @@ #include "nsh.h" #include "nsh_console.h" +#include "nshlib/nshlib.h" #ifdef CONFIG_NSH_CONSOLE_LOGIN diff --git a/nshlib/nsh_stdlogin.c b/nshlib/nsh_stdlogin.c index 0ae7ae43c..85c81a16f 100644 --- a/nshlib/nsh_stdlogin.c +++ b/nshlib/nsh_stdlogin.c @@ -37,6 +37,7 @@ #include "nsh.h" #include "nsh_console.h" +#include "nshlib/nshlib.h" #ifdef CONFIG_NSH_CONSOLE_LOGIN