]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util.h
CHG: 'lf noralsy' Added tag allocation year in demod output.
[proxmark3-svn] / client / util.h
index 7a2fd46fce495375939a4ebb64c7dd584214438e..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>
+  #include <sys/ioctl.h>
+  #include <sys/time.h>
+#else
+  #include <conio.h>
+  #include <windows.h>
+#endif
+
+
 #ifndef BITMASK
 # define BITMASK(X) (1 << (X))
 #endif
Impressum, Datenschutz