From 2dfa0acc8666e695f089ee95736232959699d5ca Mon Sep 17 00:00:00 2001 From: Phillip Burgess Date: Mon, 27 Jul 2015 11:43:26 -0700 Subject: [PATCH] ESP8266 header fix --- esp8266.c | 1 + 1 file changed, 1 insertion(+) diff --git a/esp8266.c b/esp8266.c index 647a7823..e457edb7 100644 --- a/esp8266.c +++ b/esp8266.c @@ -5,6 +5,7 @@ #ifdef ESP8266 #include +#include static uint32_t _getCycleCount(void) __attribute__((always_inline)); static inline uint32_t _getCycleCount(void) {