mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
forgot the sleep...
This commit is contained in:
parent
5222785d69
commit
234acf74ff
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
// platform-independant sleep macros
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef __WIN32
|
||||
#ifndef _WIN32
|
||||
|
||||
#define _POSIX_C_SOURCE 199309L
|
||||
#include "sleep.h"
|
||||
|
|
Loading…
Reference in a new issue