Skip to content

Commit 63a82ca

Browse files
在posix_termios.c中引用termios.h
1 parent 8601850 commit 63a82ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/libc/termios/posix_termios.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include <string.h>
1212
#include <rtthread.h>
1313
#include <dfs_posix.h>
14+
#include <termios.h>
15+
1416

1517
int tcgetattr(int fd, struct termios *tio)
1618
{

0 commit comments

Comments
 (0)