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);