menu_content.c - add HAVE_CONFIG_H ifdef

This commit is contained in:
twinaphex 2016-09-16 01:23:25 +02:00
parent d6e4ce5118
commit 8b2b406a85

View File

@ -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"