summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/vfs_fat_reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/vfs_fat_reader.c')
-rw-r--r--extmod/vfs_fat_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/vfs_fat_reader.c b/extmod/vfs_fat_reader.c
index efd2de0c16..b9abf3ad71 100644
--- a/extmod/vfs_fat_reader.c
+++ b/extmod/vfs_fat_reader.c
@@ -38,7 +38,7 @@
#include "lib/fatfs/ff.h"
#endif
#include "extmod/fsusermount.h"
-#include "extmod/vfs_fat_file.h"
+#include "extmod/vfs_fat.h"
typedef struct _mp_reader_fatfs_t {
FIL fp;