forgot the sleep...

This commit is contained in:
iceman1001 2017-07-27 21:22:05 +02:00
parent 5222785d69
commit 234acf74ff

View file

@ -8,7 +8,7 @@
// platform-independant sleep macros
//-----------------------------------------------------------------------------
#ifndef __WIN32
#ifndef _WIN32
#define _POSIX_C_SOURCE 199309L
#include "sleep.h"