From c4bffd54331e8c5e05b653289fc34ad0026da303 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sat, 2 May 2026 11:38:59 +0200 Subject: [PATCH] Add stdio Signed-off-by: Pol Henarejos --- src/fs/otp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs/otp.c b/src/fs/otp.c index f0d930b..0c07ca6 100644 --- a/src/fs/otp.c +++ b/src/fs/otp.c @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + #include #include "picokeys.h" #include "otp.h"