X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3612a8a8e2b3118e0bcb4ea0ef9a6c59d3635696..1c1c5f4caee24e433cebd4b142417e2efdd743f1:/common/legic_prng.c diff --git a/common/legic_prng.c b/common/legic_prng.c index 4f3b1ffe..322429ad 100644 --- a/common/legic_prng.c +++ b/common/legic_prng.c @@ -6,7 +6,7 @@ // LEFIC's obfuscation function //----------------------------------------------------------------------------- -#include "legic_prng.h" +#include "../include/legic_prng.h" struct lfsr { uint8_t a;