将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧

This commit is contained in:
mysterywolf
2020-10-03 00:27:49 +08:00
parent aeff91b2a7
commit 96acad78ba
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
#include <unistd.h>
#ifdef RT_USING_POSIX_TERMIOS
#include <termios.h>
#include "termios.h"
int isatty(int fd)
{