4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 11:53:53 +08:00

add sys/ioctl for serial

This commit is contained in:
Meco Man 2021-06-13 12:51:07 +08:00
parent f94980af34
commit fbcaa667f8

View File

@ -38,6 +38,7 @@
#ifdef RT_USING_POSIX
#include <dfs_posix.h>
#include <dfs_poll.h>
#include <sys/ioctl.h>
#ifdef RT_USING_POSIX_TERMIOS
#include <posix_termios.h>