From 2589bb2c2187559dfd9e2acbccc16962198bf569 Mon Sep 17 00:00:00 2001 From: Iceman Date: Mon, 26 Jun 2017 22:14:02 +0200 Subject: [PATCH] Update mifarehost.c Some includes for the detection #defines --- client/mifarehost.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/mifarehost.c b/client/mifarehost.c index 51dd7374..f7331dfc 100644 --- a/client/mifarehost.c +++ b/client/mifarehost.c @@ -22,6 +22,8 @@ #include "ui.h" #include "util.h" #include "iso14443crc.h" +#include "mifare.h" // for ISO14A_CONNECT etc +#include "protocols.h" // for MIFARE_AUTH_KEYA // mifare tracer flags used in mfTraceDecode() #define TRACE_IDLE 0x00 -- 2.39.2