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[])