X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/39864b0bd41dd5e896bcb8eeabcf2c3932f2203a..1d660bb993b5631027a7a0d8a7af4275c5db6d17:/common/iso14443crc.c?ds=inline

diff --git a/common/iso14443crc.c b/common/iso14443crc.c
index a6def1a9..851546ae 100644
--- a/common/iso14443crc.c
+++ b/common/iso14443crc.c
@@ -6,7 +6,7 @@
 // ISO14443 CRC calculation code.
 //-----------------------------------------------------------------------------
 
-#include "iso14443crc.h"
+#include "../common/iso14443crc.h"
 
 static unsigned short UpdateCrc14443(unsigned char ch, unsigned short *lpwCrc)
 {