X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/76c7e6c36368c3fc23dc4fab1fe5852023c78fac..e683ecb6a56d5aaea9b3d6428dc8c8acdb64bc9f:/armsrc/util.h diff --git a/armsrc/util.h b/armsrc/util.h index c6503395..bf5d0cc8 100644 --- a/armsrc/util.h +++ b/armsrc/util.h @@ -13,7 +13,7 @@ #include #include -#include "../include/common.h" +#include "common.h" #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )