在posix_termios.c中引用termios.h
This commit is contained in:
parent
8601850a21
commit
63a82cac47
|
@ -11,6 +11,8 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
#include <dfs_posix.h>
|
#include <dfs_posix.h>
|
||||||
|
#include <termios.h>
|
||||||
|
|
||||||
|
|
||||||
int tcgetattr(int fd, struct termios *tio)
|
int tcgetattr(int fd, struct termios *tio)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue