From 23a3c3396815efb0af3866359da6701988548365 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:17:49 +0200 Subject: [PATCH] Berry fix esp-idf 5 compilation --- lib/libesp32/berry/default/be_modtab.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libesp32/berry/default/be_modtab.c b/lib/libesp32/berry/default/be_modtab.c index 121ccff49..4124dfb60 100644 --- a/lib/libesp32/berry/default/be_modtab.c +++ b/lib/libesp32/berry/default/be_modtab.c @@ -6,6 +6,7 @@ ** https://github.com/Skiars/berry/blob/master/LICENSE ********************************************************************/ #include "berry.h" +#include "esp_idf_version.h" /* this file contains the declaration of the module table. */