diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/file.cpp | 2 | ||||
-rw-r--r-- | common/util.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/file.cpp b/common/file.cpp index 3c2dfd4f59..3f0c13ba39 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -74,7 +74,7 @@ //#undef getc //#undef ferror - #include "ds-fs.h" + #include "backends/fs/ds/ds-fs.h" //void std_fprintf(FILE* handle, const char* fmt, ...); // used in common/util.cpp diff --git a/common/util.cpp b/common/util.cpp index 46b5acf502..5ee3f38c2f 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -43,7 +43,7 @@ extern bool isSmartphone(void); #endif #ifdef __DS__ - #include "ds-fs.h" + #include "backends/fs/ds/ds-fs.h" #undef stderr #undef stdout |