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…
Reference in New Issue