]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util.h
CHG: 'hf iclass decrypt' - adjusted the loops, to only decrypt Application 1. ...
[proxmark3-svn] / client / util.h
index de1fa095d03f5301dd37ee5eadea58e315c3cfa2..701662c3e27547b053851bb704464d5feaec7f2e 100644 (file)
 #include <string.h>
 #include <ctype.h>
 #include <math.h>              // math.pow
+#include <time.h>       // time, gmtime
 #include "proxmark3.h" // time_t
 #include "data.h"              // for FILE_PATH_SIZE
 
+#include <time.h>
 // Handle platform specific includes
 #ifndef _WIN32
   #include <termios.h>
@@ -24,7 +26,6 @@
   #include <sys/time.h>
 #else
   #include <conio.h>
-  #include <time.h>
   #include <windows.h>
 #endif
 
Impressum, Datenschutz