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

posix_termios.h头文件修改
This commit is contained in:
Bernard Xiong 2020-04-07 16:36:32 +08:00 committed by GitHub
commit e382ae08da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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