From a3d6d4722517c5cb4c798b3b5ce0237c0d896535 Mon Sep 17 00:00:00 2001 From: roger Date: Tue, 31 Mar 2020 09:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9B=E9=99=A4=E4=BA=86=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/libc/termios/posix_termios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/libc/termios/posix_termios.c b/components/libc/termios/posix_termios.c index f25048e652..75c876dd33 100644 --- a/components/libc/termios/posix_termios.c +++ b/components/libc/termios/posix_termios.c @@ -11,8 +11,8 @@ #include #include #include -#include +#include int tcgetattr(int fd, struct termios *tio) {