summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-29 22:30:05 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-29 22:30:05 -0500
commitc5e51f86d11792cb3212e13d89c9652c903ffced (patch)
tree871e35adacb32b964ab65fc8f56bc14bfd6e40b2
parent8c2a328be09e703d4aef3856284d7d3496badaed (diff)
downloadadept-c5e51f86.tar.gz
adept-c5e51f86.zip
Fix FTBFS
-rw-r--r--adept/adept/threadutils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/adept/adept/threadutils.cpp b/adept/adept/threadutils.cpp
index 791a077..915d26f 100644
--- a/adept/adept/threadutils.cpp
+++ b/adept/adept/threadutils.cpp
@@ -4,6 +4,7 @@
*/
#include <map>
+#include <unistd.h>
#include <adept/utils.h>
namespace adept {