Merge pull request #1949 from AMDmi3/patch-1
Include unistd.h for usleep()
This commit is contained in:
commit
c7060cf0e2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user