From 230d7105fd1f631e7d137c81ec7df61461fc32d0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 1 Dec 2016 22:57:43 +0100 Subject: [PATCH] CXX_BUILD fix --- tasks/task_autodetect.c | 2 -- tasks/tasks_internal.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/task_autodetect.c b/tasks/task_autodetect.c index 637e16ec90..e775d7391b 100644 --- a/tasks/task_autodetect.c +++ b/tasks/task_autodetect.c @@ -32,8 +32,6 @@ #include "tasks_internal.h" -extern const char* const input_builtin_autoconfs[]; - typedef struct autoconfig_disconnect { char msg[255]; diff --git a/tasks/tasks_internal.h b/tasks/tasks_internal.h index 891fa81d6f..d2b1fb16f1 100644 --- a/tasks/tasks_internal.h +++ b/tasks/tasks_internal.h @@ -171,6 +171,8 @@ bool input_autoconfigure_connect(autoconfig_params_t *params); bool input_autoconfigure_disconnect(unsigned i, const char *ident); +extern const char* const input_builtin_autoconfs[]; + RETRO_END_DECLS #endif