4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 06:53:29 +08:00

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

View File

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