mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 11:53:53 +08:00
增加#include <rtconfig.h> 防止开启termios功能后报错
This commit is contained in:
parent
3634621815
commit
54143409ca
@ -9,6 +9,8 @@
|
||||
#ifndef _TERMIOS_H__
|
||||
#define _TERMIOS_H__
|
||||
|
||||
#include <rtconfig.h>
|
||||
|
||||
#ifdef RT_USING_POSIX_TERMIOS
|
||||
#include <sys/types.h>
|
||||
#include <posix_termios.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user