mfkwy fix. thanks @Fl0-0

This commit is contained in:
merlokk 2019-03-15 01:25:33 +02:00
commit fcd34a2964
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -3,7 +3,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "crapto1/crapto1.h"
#include "mfkey.h"
#include "mifare/mfkey.h"
#include "util_posix.h"