Fix small building issue on linux/unix system when building with mmap.

This commit is contained in:
Godzil
2022-05-27 12:18:18 +01:00
parent 8a604309bb
commit bbef89bcd9
2 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#ifndef MINIFFS_H
#define MINIFFS_H
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>