From d1abc53d3318cfe94a6008b4baf344f728e72d1d Mon Sep 17 00:00:00 2001 From: jul2003 Date: Fri, 28 Dec 2018 18:56:03 +0100 Subject: [PATCH] devkitARM r50-3 buildfix --- fusee/fusee-secondary/src/lib/fatfs/ff.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fusee/fusee-secondary/src/lib/fatfs/ff.h b/fusee/fusee-secondary/src/lib/fatfs/ff.h index cd90d6d6d..e00f5f79d 100644 --- a/fusee/fusee-secondary/src/lib/fatfs/ff.h +++ b/fusee/fusee-secondary/src/lib/fatfs/ff.h @@ -187,6 +187,7 @@ typedef struct { /* Directory object structure (DIR) */ +#ifndef _dirent_h_ typedef struct { FFOBJID obj; /* Object identifier */ DWORD dptr; /* Current read/write offset */ @@ -201,7 +202,7 @@ typedef struct { const TCHAR* pat; /* Pointer to the name matching pattern */ #endif } DIR; - +#endif /* File information structure (FILINFO) */