From: Iceman Date: Mon, 26 Jun 2017 20:14:02 +0000 (+0200) Subject: Update mifarehost.c X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/2589bb2c2187559dfd9e2acbccc16962198bf569 Update mifarehost.c Some includes for the detection #defines --- 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