diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-08-21 13:32:59 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-08-21 13:32:59 -0700 |
| commit | da61845f565ee7c5c00a15559301cc96359acbd0 (patch) | |
| tree | 1d7c31a5271b7f3f3b93929914e81b5443214d53 | |
| parent | 701e80a0252dbb63d64830a8d55f76b6296cb647 (diff) | |
Add missing include
| -rw-r--r-- | ports/esp32s2/common-hal/socketpool/Socket.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32s2/common-hal/socketpool/Socket.c b/ports/esp32s2/common-hal/socketpool/Socket.c index db8356f66..003ba2443 100644 --- a/ports/esp32s2/common-hal/socketpool/Socket.c +++ b/ports/esp32s2/common-hal/socketpool/Socket.c @@ -26,6 +26,7 @@ #include "shared-bindings/socketpool/Socket.h" +#include "bindings/espidf/__init__.h" #include "lib/utils/interrupt_char.h" #include "py/mperrno.h" #include "py/runtime.h" |
