From c35ade061e05f167a082d26dc3123bf20c62ece6 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Thu, 18 Jun 2026 19:16:00 -0700 Subject: [PATCH] Fix compiler error when WOLFSSL_RPIPICO is used. --- wolfcrypt/src/port/rpi_pico/pico.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/port/rpi_pico/pico.c b/wolfcrypt/src/port/rpi_pico/pico.c index adf3b94b7b..dad4f9cf0a 100644 --- a/wolfcrypt/src/port/rpi_pico/pico.c +++ b/wolfcrypt/src/port/rpi_pico/pico.c @@ -20,7 +20,7 @@ */ - +#include #include #include