From 9225ce6a141bc8b1949696f433bc0636d65bc19b Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 27 Jan 2017 22:42:57 +1100 Subject: [PATCH] unix/fatfs_port: Include new oofatfs header. --- unix/fatfs_port.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unix/fatfs_port.c b/unix/fatfs_port.c index c62ae2e7dc..30f1959f52 100644 --- a/unix/fatfs_port.c +++ b/unix/fatfs_port.c @@ -1,5 +1,4 @@ -#include "lib/fatfs/ff.h" -#include "lib/fatfs/diskio.h" +#include "lib/oofatfs/ff.h" DWORD get_fattime(void) { return 0;