aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
authorCharles Lohr <lohr85@gmail.com>2016-12-11 00:03:40 -0500
committerCharles Lohr <lohr85@gmail.com>2016-12-11 00:03:40 -0500
commit44d7e56bf6a419104fee5dd2aedc26e00e543d69 (patch)
tree91567a4cfced76249981f616cf22781995989c58 /redist
parent4d5a42768f142c25c2efa6c6fd54e1f0dc484f70 (diff)
downloadlibsurvive-44d7e56bf6a419104fee5dd2aedc26e00e543d69.tar.gz
libsurvive-44d7e56bf6a419104fee5dd2aedc26e00e543d69.tar.bz2
* Get config from headset.
* Make pretty display. * Improve disambiguation.
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;