From 25806e48dc5f3b85cbaa0cf4c3002855062fc7b9 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Mon, 16 May 2022 11:54:26 +0100 Subject: [PATCH] Fix ESP32 build --- mongoose.h | 2 ++ src/arch_esp32.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mongoose.h b/mongoose.h index a943b465..347a7587 100644 --- a/mongoose.h +++ b/mongoose.h @@ -133,6 +133,8 @@ extern "C" { #include #include +#include + #define MG_PATH_MAX 128 #endif diff --git a/src/arch_esp32.h b/src/arch_esp32.h index e5d8b6dc..2aade7be 100644 --- a/src/arch_esp32.h +++ b/src/arch_esp32.h @@ -17,6 +17,8 @@ #include #include +#include + #define MG_PATH_MAX 128 #endif