]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/legicrf.c
First check in.
[proxmark3-svn] / armsrc / legicrf.c
index 3fbdf5cbaddaf6e6becd6ef1c4d8dd99056687e8..0e63ef5e4b49d0636fbab5b8d2c2866e2ddcdda6 100644 (file)
@@ -8,14 +8,14 @@
 // LEGIC RF simulation code
 //-----------------------------------------------------------------------------
 
-#include "proxmark3.h"
+#include "../include/proxmark3.h"
 #include "apps.h"
 #include "util.h"
 #include "string.h"
 
 #include "legicrf.h"
-#include "legic_prng.h"
-#include "crc.h"
+#include "../include/legic_prng.h"
+#include "../common/crc.h"
 
 static struct legic_frame {
        int bits;
Impressum, Datenschutz