X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/75465377b93c9a27450a186342e9cfd2a84b4173..614da335f6e2c35ea8620cecacdde8270111e5b1:/armsrc/util.h?ds=inline 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 <stddef.h> #include <stdint.h> -#include "../include/common.h" +#include "common.h" #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )