add sys/ioctl.h for posix_termios.h
This commit is contained in:
parent
0e32728a5d
commit
5bce564738
|
@ -10,8 +10,8 @@
|
|||
#ifndef TERMIOS_H__
|
||||
#define TERMIOS_H__
|
||||
|
||||
#include <rtthread.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue