aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/gfile_fatfs_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfile/gfile_fatfs_wrapper.h')
-rw-r--r--src/gfile/gfile_fatfs_wrapper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gfile/gfile_fatfs_wrapper.h b/src/gfile/gfile_fatfs_wrapper.h
index 463b4c2b..8f2d24e8 100644
--- a/src/gfile/gfile_fatfs_wrapper.h
+++ b/src/gfile/gfile_fatfs_wrapper.h
@@ -18,15 +18,15 @@
#include "ffconf.h"
// Prevent preprocessor redefinition warnings
-#include "../../3rdparty/fatfs-0.10b/src/integer.h"
+#include "../../3rdparty/fatfs-0.13/source/integer.h"
#if defined(_T) && !defined(_INC_TCHAR)
#define _INC_TCHAR
#endif
// Include the fatfs API
-#include "../../3rdparty/fatfs-0.10b/src/ff.h"
+#include "../../3rdparty/fatfs-0.13/source/ff.h"
// Include the fatfs diskio API
-#include "../../3rdparty/fatfs-0.10b/src/diskio.h"
+#include "../../3rdparty/fatfs-0.13/source/diskio.h"
#endif //_FATFS_WRAPPER