X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/1ca5dce0f4d297d739010ca5fc5954683fa3ec1a..87c10b2a0f49b1542258b5a4ed6f83a125c5da8f:/client/util.h diff --git a/client/util.h b/client/util.h index de1fa095..701662c3 100644 --- a/client/util.h +++ b/client/util.h @@ -14,9 +14,11 @@ #include #include #include // math.pow +#include // time, gmtime #include "proxmark3.h" // time_t #include "data.h" // for FILE_PATH_SIZE +#include // Handle platform specific includes #ifndef _WIN32 #include @@ -24,7 +26,6 @@ #include #else #include - #include #include #endif