mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 19:59:34 +08:00
missing some inttypes...
This commit is contained in:
parent
f1544dc4bf
commit
c6f5b0fb92
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <math.h> // math.pow
|
#include <math.h> // math.pow
|
||||||
#include <time.h> // time, gmtime
|
#include <time.h> // time, gmtime
|
||||||
|
#include <inttypes.h> // PRIx64 defines
|
||||||
#include "proxmark3.h" // time_t
|
#include "proxmark3.h" // time_t
|
||||||
#include "data.h" // for FILE_PATH_SIZE
|
#include "data.h" // for FILE_PATH_SIZE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue