Procházet zdrojové kódy

[DeviceDrivers] fix type unknown issue in pipe

Bernard Xiong před 8 roky
rodič
revize
00c6e81ecc
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      components/drivers/src/pipe.c

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

@@ -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>