]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Include host.h from suspend.c
authorFred Sundvik <fsundvik@gmail.com>
Wed, 12 Apr 2017 06:02:51 +0000 (09:02 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Thu, 13 Apr 2017 13:00:29 +0000 (16:00 +0300)
tmk_core/common/avr/suspend.c

index 0c81e8361213af2221c93883801e649ea364a5a7..1c7618ff51dd9ea0b8a5a5c24bb3352b51169eff 100644 (file)
@@ -9,6 +9,7 @@
 #include "suspend.h"
 #include "timer.h"
 #include "led.h"
+#include "host.h"
 
 #ifdef PROTOCOL_LUFA
        #include "lufa.h"