mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 05:25:04 +08:00
将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef RT_USING_POSIX_TERMIOS
|
||||
#include <termios.h>
|
||||
#include "termios.h"
|
||||
|
||||
int isatty(int fd)
|
||||
{
|
||||
|
Reference in New Issue
Block a user