mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
add missing includes and fix mf1ksim usage in hf_colin standalone mode
This commit is contained in:
parent
0ace6bffb8
commit
763c94334b
3 changed files with 22 additions and 1 deletions
|
@ -9,6 +9,10 @@
|
|||
// StandAlone Mod
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue