mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
fixed windows compile
This commit is contained in:
parent
5a9506ac45
commit
49ec6d1d1b
2 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "cmdparser.h"
|
||||
#include "common.h"
|
||||
#include "cmdmain.h"
|
||||
#include "sleep.h"
|
||||
|
||||
#include "cmdhfepa.h"
|
||||
|
||||
|
@ -92,4 +93,4 @@ int CmdHFEPA(const char *Cmd)
|
|||
// parse
|
||||
CmdsParse(CommandTable, Cmd);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue