diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-04-12 09:02:51 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-04-13 16:00:29 +0300 |
commit | abda6ff7bbe00792c0ed7edea4a31b9dec6c13e8 (patch) | |
tree | fd2d34d6354fc08d5634b4b95dffb479a64c7bad /tmk_core | |
parent | 08b9eb26c5a7b0d0b1921dc7b4785adb95b5953e (diff) |
Include host.h from suspend.c
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/common/avr/suspend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c index 0c81e83612..1c7618ff51 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" |