Browse Source

Merge pull request #3491 from GitHubIDforRoger/posix_termios.h头文件找不到pid_t定义的bug

posix_termios.h头文件修改
Bernard Xiong 5 years ago
parent
commit
e382ae08da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/libc/termios/posix_termios.h

+ 1 - 0
components/libc/termios/posix_termios.h

@@ -11,6 +11,7 @@
 #define TERMIOS_H__
 
 #include <rtthread.h>
+#include <termios.h>
 
 #ifdef __cplusplus
 extern "C" {