Merge pull request #1949 from AMDmi3/patch-1

Include unistd.h for usleep()
This commit is contained in:
auriamg 2015-02-01 21:19:05 -05:00
commit c7060cf0e2

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"