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