diff --git a/client/emv/emv_pk.c b/client/emv/emv_pk.c index c1338d1e..b69275a6 100644 --- a/client/emv/emv_pk.c +++ b/client/emv/emv_pk.c @@ -19,7 +19,7 @@ #include "emv_pk.h" #include "crypto.h" -#include +#include "proxmark3.h" /* For asprintf */ #define _GNU_SOURCE @@ -27,6 +27,7 @@ #include #include #include +#include #define BCD(c) (((c) >= '0' && (c) <= '9') ? ((c) - '0') : \ -1)