Browse Source

Merge pull request #1154 from BernardXiong/master

[DeviceDrivers] fix type unknown issue in pipe
Bernard Xiong 7 năm trước cách đây
mục cha
commit
a2b0ec84ee
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      components/drivers/src/pipe.c

+ 1 - 0
components/drivers/src/pipe.c

@@ -24,6 +24,7 @@
  */
 #include <rthw.h>
 #include <rtdevice.h>
+#include <stdint.h>
 
 #if defined(RT_USING_POSIX)
 #include <dfs_file.h>