diff --git a/frontend/frontend_salamander.c b/frontend/frontend_salamander.c index d677f59606..e6d5ae09f4 100644 --- a/frontend/frontend_salamander.c +++ b/frontend/frontend_salamander.c @@ -23,6 +23,7 @@ #include "../general.h" #include "../file.h" #include "../file_ext.h" +#include "../file_path.h" #include "../dir_list.h" #include "frontend_context.h" diff --git a/frontend/platform/platform_gx.c b/frontend/platform/platform_gx.c index ee16b1369c..883c0029c1 100644 --- a/frontend/platform/platform_gx.c +++ b/frontend/platform/platform_gx.c @@ -22,6 +22,7 @@ #include "../../gfx/gx/sdk_defines.h" #include "../../file.h" +#include "../../file_path.h" #if defined(HW_RVL) && !defined(IS_SALAMANDER) #include "../../wii/mem2_manager.h" diff --git a/frontend/platform/platform_wii.c b/frontend/platform/platform_wii.c index 5abc36e83f..5dc4eda54e 100644 --- a/frontend/platform/platform_wii.c +++ b/frontend/platform/platform_wii.c @@ -22,6 +22,7 @@ #include #include #include "../../gfx/gx/ppc_asm.h" +#include "../../file_path.h" #include #include #include