Browse Source

library update

Oliver Fabel 1 year ago
parent
commit
6297832208
1 changed files with 1 additions and 0 deletions
  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),