From bc7178e5f74ecc71431de51f985ea13bca55d873 Mon Sep 17 00:00:00 2001 From: Alex Alashkin Date: Wed, 29 Sep 2021 12:13:02 +0300 Subject: [PATCH] Add missed include --- mongoose.h | 1 + src/arch_freertos_lwip.h | 1 + 2 files changed, 2 insertions(+) diff --git a/mongoose.h b/mongoose.h index de4ee5a6..c77b9c72 100644 --- a/mongoose.h +++ b/mongoose.h @@ -241,6 +241,7 @@ static __inline struct tm *localtime_r(time_t *t, struct tm *tm) { #include #include #include +#include #if defined(__GNUC__) #include diff --git a/src/arch_freertos_lwip.h b/src/arch_freertos_lwip.h index 88d08ff4..de19d9fb 100644 --- a/src/arch_freertos_lwip.h +++ b/src/arch_freertos_lwip.h @@ -6,6 +6,7 @@ #include #include #include +#include #if defined(__GNUC__) #include