From cdc5eb4fac36f9787621db26e080d00e67f996ca Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 12 Sep 2016 16:36:27 +0200 Subject: [PATCH] Cleanups --- runloop.h | 4 ++++ verbosity.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/runloop.h b/runloop.h index 138e7b2623..6bee74e3a0 100644 --- a/runloop.h +++ b/runloop.h @@ -20,6 +20,10 @@ #include #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "input/input_defines.h" RETRO_BEGIN_DECLS diff --git a/verbosity.h b/verbosity.h index 5009d56879..916e2d8253 100644 --- a/verbosity.h +++ b/verbosity.h @@ -21,6 +21,10 @@ #include #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + RETRO_BEGIN_DECLS bool verbosity_is_enabled(void);