diff options
author | Adam Lee <adam@bigtuna.io> | 2017-05-07 14:36:10 -0700 |
---|---|---|
committer | Adam Lee <adam@bigtuna.io> | 2017-05-07 14:36:10 -0700 |
commit | f2fcab96a8dd8cc70d6785da76621c48df1af94c (patch) | |
tree | 9be0967ab0d3795e6d20299988c84280f3ad98f6 /tmk_core/common/avr/suspend.c | |
parent | f90321bdcbcbd196ee642cdd8cc31aa0f6ac121e (diff) | |
parent | 2704c163da590d3020f6d87717c400611de81110 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tmk_core/common/avr/suspend.c')
-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" |