From 6ace74466709e0a25c60375638afb5cc3471828c Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 7 Aug 2017 14:30:11 -0700 Subject: esp8266: Introduce `multiterminal` module for managing a secondary serial connection such as WebREPL. Fixes #181. --- py/ringbuf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'py/ringbuf.h') diff --git a/py/ringbuf.h b/py/ringbuf.h index 5e108afad..fa817e2b6 100644 --- a/py/ringbuf.h +++ b/py/ringbuf.h @@ -26,6 +26,8 @@ #ifndef __MICROPY_INCLUDED_PY_RINGBUF_H__ #define __MICROPY_INCLUDED_PY_RINGBUF_H__ +#include + typedef struct _ringbuf_t { uint8_t *buf; uint16_t size; -- cgit v1.2.3