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