X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ae6ead3dc84acd074be24c0da5efd94ea7a0b225..29250969b0e2762fca3cbfa24e0648f29b21407d:/armsrc/util.h diff --git a/armsrc/util.h b/armsrc/util.h index d7eacd70..bf5d0cc8 100644 --- a/armsrc/util.h +++ b/armsrc/util.h @@ -13,7 +13,7 @@ #include <stddef.h> #include <stdint.h> -#include <common.h> +#include "common.h" #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )