From f586b383600905201d49056aee098ca6ccfbbfe1 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 3 Feb 2024 16:11:31 +0100 Subject: [PATCH] ... --- client/src/cmdhfmf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index cbfcb6b11..82dc3a207 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -16,9 +16,10 @@ // High frequency MIFARE commands //----------------------------------------------------------------------------- -#include "bruteforce.h" #include "cmdhfmf.h" #include + +#include "bruteforce.h" #include "cmdparser.h" // command_t #include "commonutil.h" // ARRAYLEN #include "comms.h" // clearCommandBuffer