X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4e3d8d0f764823d3550970d6d686a86e8f04d8af..2efd63948406db6dc65109c0cd5d79538acdd908:/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 )