From c346e2af72745377b71fe3af8c8e0a1622cd471e Mon Sep 17 00:00:00 2001 From: Simon Yorkston Date: Wed, 15 Apr 2015 13:18:09 +0200 Subject: [PATCH] Tweaked in the SLRE libraries --- src/mfoc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mfoc.c b/src/mfoc.c index 110b6c0..d21702a 100644 --- a/src/mfoc.c +++ b/src/mfoc.c @@ -52,6 +52,10 @@ #include "nfc-utils.h" #include "mfoc.h" +//SLRE +#include "slre.h" +#include "slre.c" + nfc_context *context; int main(int argc, char *const argv[])