X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/76c7e6c36368c3fc23dc4fab1fe5852023c78fac..31b3689f0b54048de31957e001c60bbd8dfca5a3:/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 )