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/common/avr | |
| parent | 08b9eb26c5a7b0d0b1921dc7b4785adb95b5953e (diff) | |
| download | qmk_firmware-abda6ff7bbe00792c0ed7edea4a31b9dec6c13e8.tar.gz qmk_firmware-abda6ff7bbe00792c0ed7edea4a31b9dec6c13e8.zip | |
Include host.h from suspend.c
Diffstat (limited to 'tmk_core/common/avr')
| -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 0c81e8361..1c7618ff5 100644 --- a/tmk_core/common/avr/suspend.c +++ b/tmk_core/common/avr/suspend.c | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | #include "suspend.h" | 9 | #include "suspend.h" |
| 10 | #include "timer.h" | 10 | #include "timer.h" |
| 11 | #include "led.h" | 11 | #include "led.h" |
| 12 | #include "host.h" | ||
| 12 | 13 | ||
| 13 | #ifdef PROTOCOL_LUFA | 14 | #ifdef PROTOCOL_LUFA |
| 14 | #include "lufa.h" | 15 | #include "lufa.h" |
