missing some inttypes...

This commit is contained in:
iceman1001 2017-07-27 21:38:41 +02:00
parent f1544dc4bf
commit c6f5b0fb92

View file

@ -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