add sys/ioctl.h for posix_termios.h

This commit is contained in:
Meco Man 2021-05-23 00:25:49 +08:00
parent 0e32728a5d
commit 5bce564738
1 changed files with 1 additions and 1 deletions

View File

@ -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" {