aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/gfile_petitfs_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfile/gfile_petitfs_wrapper.c')
-rw-r--r--src/gfile/gfile_petitfs_wrapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gfile/gfile_petitfs_wrapper.c b/src/gfile/gfile_petitfs_wrapper.c
index b7bc0ee1..2536a180 100644
--- a/src/gfile/gfile_petitfs_wrapper.c
+++ b/src/gfile/gfile_petitfs_wrapper.c
@@ -5,13 +5,13 @@
* http://ugfx.org/license.html
*/
-#include "gfx.h"
+#include "../../gfx.h"
#if GFX_USE_GFILE && GFILE_NEED_PETITFS
#include "gfile_petitfs_wrapper.h"
// Include the source we want
-#include "3rdparty/petitfs-0.03/src/pff.c"
+#include "../../3rdparty/petitfs-0.03/src/pff.c"
#endif // GFX_USE_GFILE && GFILE_NEED_PETITFS