Skip to content

Commit 00c6e81

Browse files
committed
[DeviceDrivers] fix type unknown issue in pipe
1 parent 0266ebc commit 00c6e81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/drivers/src/pipe.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*/
2525
#include <rthw.h>
2626
#include <rtdevice.h>
27+
#include <stdint.h>
2728

2829
#if defined(RT_USING_POSIX)
2930
#include <dfs_file.h>

0 commit comments

Comments
 (0)