Explorar el Código

Merge pull request #1154 from BernardXiong/master

[DeviceDrivers] fix type unknown issue in pipe
Bernard Xiong hace 7 años
padre
commit
a2b0ec84ee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>