From d69bc6d6d5b3c5e675af670fb807689711cfbc54 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sun, 9 Oct 2022 14:30:14 +0800 Subject: [PATCH] feat(shell): fixed build error --- tools/shell/src/shellTire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/shell/src/shellTire.c b/tools/shell/src/shellTire.c index a114fc60eb..2f1ee12d54 100644 --- a/tools/shell/src/shellTire.c +++ b/tools/shell/src/shellTire.c @@ -15,8 +15,8 @@ #define __USE_XOPEN -#include "shellTire.h" #include "os.h" +#include "shellTire.h" // ----------- interface -------------