Include unistd.h for usleep()

Fixes build on FreeBSD
This commit is contained in:
Dmitry Marakasov 2015-02-02 00:08:30 +03:00
parent 1e0a9022a3
commit 94bf5949f5

View File

@ -11,6 +11,7 @@ extern bool GLContextDebugBit;
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/utsname.h>
#include <time.h>
#include "IEventReceiver.h"