aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/Threads.h')
-rw-r--r--CommonLibs/Threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CommonLibs/Threads.h b/CommonLibs/Threads.h
index c1cfc75..c61a3d8 100644
--- a/CommonLibs/Threads.h
+++ b/CommonLibs/Threads.h
@@ -29,6 +29,7 @@
#include <pthread.h>
#include <iostream>
#include <assert.h>
+#include <unistd.h>
class Mutex;