mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
mfkwy fix. thanks @Fl0-0
This commit is contained in:
parent
86b6ac5995
commit
fcd34a2964
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue