]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Add missing #include to keymap.c.
authorflabbergast <s3+flabbergast@sdfeu.org>
Mon, 12 Oct 2015 06:14:07 +0000 (07:14 +0100)
committerflabbergast <s3+flabbergast@sdfeu.org>
Mon, 12 Oct 2015 06:14:07 +0000 (07:14 +0100)
tmk_core/common/keymap.c

index ece69fd5ed0e09be39850778ac6143860bfbed5f..d227add851e7870bdc02819415d6b1b1c0be6518 100644 (file)
@@ -22,6 +22,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "action_macro.h"
 #include "wait.h"
 #include "debug.h"
+#include "bootloader.h"
 
 
 static action_t keycode_to_action(uint8_t keycode);