(menu_cbs_deferred_push.c) Add HAVE_CONFIG_H
This commit is contained in:
parent
8d41cbf427
commit
ffd253e749
|
@ -18,6 +18,10 @@
|
|||
#include <string/stdstring.h>
|
||||
#include <lists/string_list.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../menu_driver.h"
|
||||
#include "../menu_cbs.h"
|
||||
#include "../../msg_hash.h"
|
||||
|
|
Loading…
Reference in New Issue