mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
menu_content.c - add HAVE_CONFIG_H ifdef
This commit is contained in:
parent
d6e4ce5118
commit
8b2b406a85
@ -20,6 +20,10 @@
|
||||
#include <retro_stat.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "menu_content.h"
|
||||
#include "menu_driver.h"
|
||||
#include "menu_display.h"
|
||||
|
Loading…
Reference in New Issue
Block a user