diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/sem_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sem_test.cpp b/test/sem_test.cpp index e1f2fb4..b3e8b5b 100644 --- a/test/sem_test.cpp +++ b/test/sem_test.cpp @@ -1,4 +1,5 @@ #include <iostream> +#include <unistd.h> #include "raul/Thread.hpp" #include "raul/Semaphore.hpp" |