mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-06 21:14:33 +08:00
Open RT_USING_POSIX_STDIO caused serial_v2 to compile failed (#5684)
* fix:Open RT_USING_POSIX_STDIO caused serial_v2 to compile failed
This commit is contained in:
parent
39dea8811a
commit
0c82e033dc
@ -21,6 +21,7 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
#include <dfs_file.h>
|
||||||
|
|
||||||
#ifdef getc
|
#ifdef getc
|
||||||
#undef getc
|
#undef getc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user