aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/gfile_fatfs_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfile/gfile_fatfs_wrapper.c')
-rw-r--r--src/gfile/gfile_fatfs_wrapper.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gfile/gfile_fatfs_wrapper.c b/src/gfile/gfile_fatfs_wrapper.c
index fb5e6ec2..01f5d26b 100644
--- a/src/gfile/gfile_fatfs_wrapper.c
+++ b/src/gfile/gfile_fatfs_wrapper.c
@@ -5,15 +5,15 @@
* http://ugfx.org/license.html
*/
-#include "gfx.h"
+#include "../../gfx.h"
#if GFX_USE_GFILE && GFILE_NEED_FATFS
#include "gfile_fatfs_wrapper.h"
// Include the source we want
-#include "3rdparty/fatfs-0.10b/src/ff.c"
-#include "3rdparty/fatfs-0.10b/src/option/unicode.c"
+#include "../../3rdparty/fatfs-0.10b/src/ff.c"
+#include "../../3rdparty/fatfs-0.10b/src/option/unicode.c"
// Extra operating system support
#if _FS_REENTRANT