mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
menu_cbs.h - add HAVE_CONFIG_H ifdef
This commit is contained in:
parent
7bb5e46d21
commit
b14ffa4562
@ -21,6 +21,10 @@
|
||||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
enum
|
||||
|
Loading…
x
Reference in New Issue
Block a user