mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
menu_content.c - add HAVE_CONFIG_H ifdef
This commit is contained in:
parent
d6e4ce5118
commit
8b2b406a85
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue