Browse Source

library update

Oliver Fabel 1 năm trước cách đây
mục cha
commit
6297832208
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      mp_flipper_fileio.h

+ 1 - 0
mp_flipper_fileio.h

@@ -1,6 +1,7 @@
 #pragma once
 
 #include <stdio.h>
+#include <stdbool.h>
 
 typedef enum {
     MP_FLIPPER_FILE_ACCESS_MODE_READ = (1 << 0),