From: Fred Sundvik Date: Wed, 12 Apr 2017 06:02:51 +0000 (+0300) Subject: Include host.h from suspend.c X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=abda6ff7bbe00792c0ed7edea4a31b9dec6c13e8;p=qmk_firmware.git Include host.h from suspend.c --- diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c index 0c81e8361..1c7618ff5 100644 --- a/tmk_core/common/avr/suspend.c +++ b/tmk_core/common/avr/suspend.c @@ -9,6 +9,7 @@ #include "suspend.h" #include "timer.h" #include "led.h" +#include "host.h" #ifdef PROTOCOL_LUFA #include "lufa.h"