From 663bab2c14dfe718121851a392bfce70b2c2bae3 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 28 May 2012 05:21:19 +0200 Subject: [PATCH] (Griffin) ifdef include config_file.c with ifdef HAVE_CONFIGFILE --- console/griffin/griffin.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/console/griffin/griffin.c b/console/griffin/griffin.c index 4f63d5f5c7..f2f8e4d0ce 100644 --- a/console/griffin/griffin.c +++ b/console/griffin/griffin.c @@ -36,12 +36,13 @@ CONFIG FILE #undef __RARCH_MSVC_COMPAT_H #undef strcasecmp #endif + +#ifdef HAVE_CONFIGFILE #include "../../conf/config_file.c" +#endif #include "func_hooks.h" - - /*============================================================ VIDEO CONTEXT ============================================================ */