commit | fe1100533eacf1e04b125c13f8e68279c8c35559 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Oct 23 16:41:41 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Oct 23 16:41:41 2013 -0700 |
tree | baf88db6bd8fd5840ebfb2a5b1bf69b1b4874ac8 | |
parent | 2aae234af8e08fac676a3b9a601639dae3eab1d4 [diff] [blame] |
tests: need to include unistd.h to get usleep.
diff --git a/tests/test-publish-async.cpp b/tests/test-publish-async.cpp index e8031b0..4b18f20 100644 --- a/tests/test-publish-async.cpp +++ b/tests/test-publish-async.cpp
@@ -8,6 +8,7 @@ #include <sstream> #include <iostream> #include <time.h> +#include <unistd.h> #include <ndn-cpp/face.hpp> #include <ndn-cpp/security/identity/memory-identity-storage.hpp> #include <ndn-cpp/security/identity/memory-private-key-storage.hpp>