From fcd34a2964771e42831dd4bb8ab97c6bb687f2c0 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Fri, 15 Mar 2019 01:25:33 +0200 Subject: [PATCH] mfkwy fix. thanks @Fl0-0 --- tools/mfkey/Makefile | 2 +- tools/mfkey/mfkey32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/mfkey/Makefile b/tools/mfkey/Makefile index 9dab37f5..5d6de924 100755 --- a/tools/mfkey/Makefile +++ b/tools/mfkey/Makefile @@ -1,4 +1,4 @@ -VPATH = ../../common ../../common/crapto1 ../../client +VPATH = ../../common ../../common/crapto1 ../../client ../../client/mifare CC = gcc LD = gcc CFLAGS += -std=c99 -D_ISOC99_SOURCE -I../../include -I../../common -I../../client -Wall -O3 diff --git a/tools/mfkey/mfkey32.c b/tools/mfkey/mfkey32.c index d84305d0..1f7747b5 100755 --- a/tools/mfkey/mfkey32.c +++ b/tools/mfkey/mfkey32.c @@ -3,7 +3,7 @@ #include #include #include "crapto1/crapto1.h" -#include "mfkey.h" +#include "mifare/mfkey.h" #include "util_posix.h"