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