From 375273720f450847f365bdac6bc6218bbe4afbf4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 21 Oct 2014 01:34:00 +0200 Subject: [PATCH] (GX) Fix implicit declaration warnings --- frontend/frontend_salamander.c | 1 + frontend/platform/platform_gx.c | 1 + frontend/platform/platform_wii.c | 1 + 3 files changed, 3 insertions(+) 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