(menu_cbs_deferred_push.c) Add HAVE_CONFIG_H

This commit is contained in:
twinaphex 2016-09-08 05:35:39 +02:00
parent 8d41cbf427
commit ffd253e749

View File

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