X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/08e8317c2168fbdc788afe7b19f4c918bf1e4a6f..7d5ebac99397fe7661760259377a4f222fdb92cb:/armsrc/util.h diff --git a/armsrc/util.h b/armsrc/util.h index 141d74b9..e0066302 100644 --- a/armsrc/util.h +++ b/armsrc/util.h @@ -13,7 +13,7 @@ #include #include -#include +#include "common.h" #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )