diff options
author | David Robillard <d@drobilla.net> | 2012-05-12 16:40:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-12 16:40:18 +0000 |
commit | 13be583770c860b63e03a9d9933bf8702c942b36 (patch) | |
tree | beeb348827ad43d390d849e8ee8295d6a79ec3c6 /test | |
parent | ebae18dfbd9376ccd1297b7722d102500b62250d (diff) | |
download | raul-13be583770c860b63e03a9d9933bf8702c942b36.tar.gz raul-13be583770c860b63e03a9d9933bf8702c942b36.tar.bz2 raul-13be583770c860b63e03a9d9933bf8702c942b36.zip |
Fix compilation on POSIX.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4382 a436a847-0d15-0410-975c-d299462d15a1
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" |