X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a501c82b196b614295a6e3bf7481da84affb0d8e..614da335f6e2c35ea8620cecacdde8270111e5b1:/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 <stddef.h>
 #include <stdint.h>
-#include "../include/common.h"
+#include "common.h"
 
 #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )