From 847c3d531ec3f200402db8bc469b126f36f4e58d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 4 Sep 2021 01:26:57 +0200 Subject: [PATCH] missing include --- armsrc/Standalone/lf_hidfcbrute.c | 1 + 1 file changed, 1 insertion(+) diff --git a/armsrc/Standalone/lf_hidfcbrute.c b/armsrc/Standalone/lf_hidfcbrute.c index fb5337442..810a36308 100644 --- a/armsrc/Standalone/lf_hidfcbrute.c +++ b/armsrc/Standalone/lf_hidfcbrute.c @@ -22,6 +22,7 @@ */ #include "standalone.h" +#include #include "lf_hidfcbrute.h" #include "proxmark3_arm.h"