mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-02 01:34:02 +00:00
Add input_driver to config.def.h
This fixes the following compilation error: ``` CC core_info.c In file included from core_info.c:31:0: config.def.h:302:48: error: ‘INPUT_TOGGLE_NONE’ undeclared here (not in a function) static unsigned menu_toggle_gamepad_combo = INPUT_TOGGLE_NONE ^ Makefile:155: recipe for target 'obj-unix/core_info.o' failed ```
This commit is contained in:
parent
6aa99ebb37
commit
5dfd97ff29
@ -20,6 +20,7 @@
|
||||
|
||||
#include <boolean.h>
|
||||
#include "gfx/video_defines.h"
|
||||
#include "input/input_driver.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user