mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 10:13:11 +00:00
Add HAVE_CONFIG_H ifdef to menu/menu_driver.c
This commit is contained in:
parent
642e46779b
commit
4b2adec67a
@ -20,6 +20,10 @@
|
||||
#include <file/file_path.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "menu_animation.h"
|
||||
#include "menu_driver.h"
|
||||
#include "menu_cbs.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user