diff options
author | 2017-04-16 15:20:31 -0700 | |
---|---|---|
committer | 2017-04-16 15:20:31 -0700 | |
commit | 9d4050586d24cdfbe5257c094fbb6c1be51f176f (patch) | |
tree | 8cf123260835331d75d02c5b15d0fb39ceba3256 /tmk_core/common/avr | |
parent | 7e930626eb5f69d6a4de0594c6f5930334d801f8 (diff) | |
parent | b5e8327755100252060afbd54e16322522b4f1e9 (diff) | |
download | qmk_firmware-9d4050586d24cdfbe5257c094fbb6c1be51f176f.tar.gz |
Merge branch 'master' into layouts/adam-lee
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 @@ #include "suspend.h" #include "timer.h" #include "led.h" +#include "host.h" #ifdef PROTOCOL_LUFA #include "lufa.h" |