X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4efdfbe638e5366aa838025f9c250333cb0fab74..7c7327e7c89c3640c5f23330ea5263829cea8b6f:/client/mfkey.h diff --git a/client/mfkey.h b/client/mfkey.h index fb7f575b..be32fe1b 100644 --- a/client/mfkey.h +++ b/client/mfkey.h @@ -15,6 +15,7 @@ #include #include +#include "mifare.h" extern bool mfkey32(nonces_t data, uint64_t *outputkey); extern bool mfkey32_moebius(nonces_t data, uint64_t *outputkey);