Skip to content

Commit e382ae0

Browse files
authored
Merge pull request #3491 from GitHubIDforRoger/posix_termios.h头文件找不到pid_t定义的bug
posix_termios.h头文件修改
2 parents e28bb9f + a3d6d47 commit e382ae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/libc/termios/posix_termios.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define TERMIOS_H__
1212

1313
#include <rtthread.h>
14+
#include <termios.h>
1415

1516
#ifdef __cplusplus
1617
extern "C" {

0 commit comments

Comments
 (0)