diff --git a/components/drivers/src/pipe.c b/components/drivers/src/pipe.c index 236c1ffec7f4173ed31b488323ad4837c753e199..0e352484802bbe59c3b3bdb0f2a5b496e22c15e6 100644 --- a/components/drivers/src/pipe.c +++ b/components/drivers/src/pipe.c @@ -16,6 +16,7 @@ #include #include #include +#include static int pipe_fops_open(struct dfs_fd *fd) { diff --git a/components/libc/termios/posix_termios.c b/components/libc/termios/posix_termios.c index 01ba010c863e82627051a547733da27f5f07b69e..1816bbae57dabecf1990b146df92df945f2024c6 100644 --- a/components/libc/termios/posix_termios.c +++ b/components/libc/termios/posix_termios.c @@ -9,9 +9,7 @@ */ #include #include -#include #include - #include int tcgetattr(int fd, struct termios *tio) @@ -128,4 +126,3 @@ int cfsetspeed(struct termios *tio, speed_t speed) return cfsetospeed(tio, speed); } #endif -