Skip to content

Commit a2b0ec8

Browse files
authored
Merge pull request #1154 from BernardXiong/master
[DeviceDrivers] fix type unknown issue in pipe
2 parents 33e1d34 + 00c6e81 commit a2b0ec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/drivers/src/pipe.c

+1
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)