mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
FIX: that time.h issue is different on POSIX systems and WINDOWS system and in C...
This commit is contained in:
parent
a877bc2f01
commit
da8279796e
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
#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 +25,6 @@
|
|||
#include <sys/time.h>
|
||||
#else
|
||||
#include <conio.h>
|
||||
#include <time.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue