From da3a7f25d0a7c5718d0288b2c3d369b9abee6049 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sun, 25 May 2025 19:20:04 +0200 Subject: [PATCH] Fix bool build. Signed-off-by: Pol Henarejos --- src/apdu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apdu.h b/src/apdu.h index a486bd3..2984288 100644 --- a/src/apdu.h +++ b/src/apdu.h @@ -25,6 +25,7 @@ #include "compat.h" #include #include +#include typedef struct app { const uint8_t *aid;