Buildfix - include files
This commit is contained in:
parent
0b99e6dab6
commit
2280684a95
|
@ -26,7 +26,7 @@
|
|||
#include "../runloop.h"
|
||||
#include "../file_ops.h"
|
||||
|
||||
#include "hash.h"
|
||||
#include "../hash.h"
|
||||
|
||||
#define MENU_LABEL_DRIVER_SETTINGS 0x81cd2d62U
|
||||
#define MENU_LABEL_CORE_SETTINGS 0x06795dffU
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "menu.h"
|
||||
#include "menu_entries_cbs.h"
|
||||
|
||||
#include "hash.h"
|
||||
#include "../hash.h"
|
||||
|
||||
#define MENU_LABEL_DEFERRED_DATABASE_MANAGER_LIST 0x7c0b704fU
|
||||
#define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST 0x45446638U
|
||||
|
|
Loading…
Reference in New Issue