aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
Diffstat (limited to 'redist')
-rw-r--r--redist/os_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redist/os_generic.c b/redist/os_generic.c
index 7a5af86..0993d7a 100644
--- a/redist/os_generic.c
+++ b/redist/os_generic.c
@@ -1,6 +1,5 @@
#include "os_generic.h"
-
#ifdef USE_WINDOWS
#include <windows.h>
@@ -159,6 +158,7 @@ void OGDeleteSema( og_sema_t os )
#include <pthread.h>
#include <sys/time.h>
#include <semaphore.h>
+#include <unistd.h>
pthread_mutex_t g_RawMutexStart = PTHREAD_MUTEX_INITIALIZER;