From f2c53b80e7361cb2ca1d78df51b060037a3e41a0 Mon Sep 17 00:00:00 2001 From: tobozo Date: Thu, 23 Jan 2025 21:59:21 +0100 Subject: [PATCH] temporary changes for rp2040 --- src/tar/libtar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tar/libtar.c b/src/tar/libtar.c index 3badd2c..b4937a8 100644 --- a/src/tar/libtar.c +++ b/src/tar/libtar.c @@ -39,6 +39,7 @@ #include #include // for basename() #include // for isprint() +#include // for calloc(), because RP2040 wants it // #include "../ESP32-targz-log.hpp" // import log_e(), log_w(), log_d() and log_i(), all behaving like printf()