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