summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/avr/suspend.c
diff options
context:
space:
mode:
authorAdam YH Lee <adam.yh.lee@gmail.com>2017-04-16 15:19:20 -0700
committerAdam YH Lee <adam.yh.lee@gmail.com>2017-04-16 15:19:20 -0700
commit857600aa4b3a6e46afe17b689ab7cedf7dd4688e (patch)
tree079ebd7369a2034c16178deadeda26ffa04e717b /tmk_core/common/avr/suspend.c
parent22afddb8e8b92873b0adcb0feb09061077e7b709 (diff)
parentb5e8327755100252060afbd54e16322522b4f1e9 (diff)
Merge branch 'master' into dev
Diffstat (limited to 'tmk_core/common/avr/suspend.c')
-rw-r--r--tmk_core/common/avr/suspend.c1
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"