Explorar o código

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

posix_termios.h头文件修改
Bernard Xiong %!s(int64=5) %!d(string=hai) anos
pai
achega
e382ae08da
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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" {