diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-29 22:30:05 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-29 22:30:05 -0500 |
commit | c5e51f86d11792cb3212e13d89c9652c903ffced (patch) | |
tree | 871e35adacb32b964ab65fc8f56bc14bfd6e40b2 | |
parent | 8c2a328be09e703d4aef3856284d7d3496badaed (diff) | |
download | adept-c5e51f86d11792cb3212e13d89c9652c903ffced.tar.gz adept-c5e51f86d11792cb3212e13d89c9652c903ffced.zip |
Fix FTBFS
-rw-r--r-- | adept/adept/threadutils.cpp | 1 |
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 { |