From 3cc042e2a6c983e8902c65c5285a9bb80848440d Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Wed, 15 Feb 2012 02:24:22 +0100 Subject: [PATCH] (360) Compile fix for filepath_exists --- 360/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/360/main.c b/360/main.c index 22d1bf79d1..96853610bb 100644 --- a/360/main.c +++ b/360/main.c @@ -27,6 +27,7 @@ #include "../console/main_wrap.h" #include "../conf/config_file.h" #include "../conf/config_file_macros.h" +#include "../file.h" #include "../general.h" #include "shared.h"