mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fileutils: fix rel path to includes
This commit is contained in:
parent
9825f521b4
commit
72392ab305
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdarg.h>
|
||||
#include "../ui.h"
|
||||
#include "../emv/emvjson.h"
|
||||
#include "ui.h"
|
||||
#include "emv/emvjson.h"
|
||||
#include "mifare/mifare4.h"
|
||||
#include "cmdhfmfu.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue