From f21e2030939e01076d8445d38d74bdc1659d4f10 Mon Sep 17 00:00:00 2001 From: Pol Henarejos <pol.henarejos@cttc.es> Date: Sat, 20 Jul 2024 20:05:00 +0200 Subject: [PATCH] Fix compilation Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es> --- src/fido/otp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fido/otp.c b/src/fido/otp.c index 7d5be77..daee316 100644 --- a/src/fido/otp.c +++ b/src/fido/otp.c @@ -23,6 +23,7 @@ #include "version.h" #include "asn1.h" #include "hid/ctap_hid.h" +#include "usb.h" #ifndef ENABLE_EMULATION #include "bsp/board.h" #endif