From cd7f30299a26dd32d19ef8ddd587eb8e1a5d4958 Mon Sep 17 00:00:00 2001 From: flabbergast Date: Mon, 12 Oct 2015 07:14:07 +0100 Subject: [PATCH] Add missing #include to keymap.c. --- tmk_core/common/keymap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tmk_core/common/keymap.c b/tmk_core/common/keymap.c index ece69fd5..d227add8 100644 --- a/tmk_core/common/keymap.c +++ b/tmk_core/common/keymap.c @@ -22,6 +22,7 @@ along with this program. If not, see . #include "action_macro.h" #include "wait.h" #include "debug.h" +#include "bootloader.h" static action_t keycode_to_action(uint8_t keycode);