mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-07 01:14:35 +08:00
[DeviceDrivers] fix type unknown issue in pipe
This commit is contained in:
parent
0266ebce5b
commit
00c6e81ecc
@ -24,6 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <rthw.h>
|
#include <rthw.h>
|
||||||
#include <rtdevice.h>
|
#include <rtdevice.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#if defined(RT_USING_POSIX)
|
#if defined(RT_USING_POSIX)
|
||||||
#include <dfs_file.h>
|
#include <dfs_file.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user