]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util.h
FIX: the time_t calls under mingw needs a #define _USE_32BIT_TIME_T 1 to be correct...
[proxmark3-svn] / client / util.h
index f81d7d88ce9232cef96ae08c22226b3ba1ae46d7..7a2fd46fce495375939a4ebb64c7dd584214438e 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
-#include <time.h>
 #include <math.h>              // math.pow
+#include "proxmark3.h" // time_t
 #include "data.h"              // for FILE_PATH_SIZE
-#include "proxmark3.h"
 
 #ifndef BITMASK
 # define BITMASK(X) (1 << (X))
Impressum, Datenschutz