lib/dialog.h: include "lib/keybind.h" (due to global_keymap_t).

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2020-11-06 08:19:16 +03:00
parent cc470c615a
commit 4fd2706f47
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "lib/global.h"
#include "lib/hook.h" /* hook_t */
#include "lib/keybind.h" /* global_keymap_t */
/*** typedefs(not structures) and defined constants **********************************************/