commit | d42a2c2bf9630cfb4d9d49cbee1fc812e5e5777d | [log] [tgz] |
---|---|---|
author | Marc Slemko <marc@apache.org> | 周四 8月 10 03:30:18 2006 +0000 |
committer | Marc Slemko <marc@apache.org> | 周四 8月 10 03:30:18 2006 +0000 |
tree | 5c35f3d18b7aa84bf12cf13d187c9c33ee42954d | |
parent | c4eb9e8889105547a693f038d6f71de54e8f57d3 [diff] |
Rationalized include-directory schema git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664747 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/concurrency/Util.h b/lib/cpp/src/concurrency/Util.h index fc24f74..3342653 100644 --- a/lib/cpp/src/concurrency/Util.h +++ b/lib/cpp/src/concurrency/Util.h
@@ -5,7 +5,7 @@ #include <assert.h> #include <stddef.h> -#include <time.h> +#include <sys/time.h> namespace facebook { namespace thrift { namespace concurrency {
diff --git a/lib/cpp/src/concurrency/test/ThreadFactoryTests.h b/lib/cpp/src/concurrency/test/ThreadFactoryTests.h index c019159..26e4c28 100644 --- a/lib/cpp/src/concurrency/test/ThreadFactoryTests.h +++ b/lib/cpp/src/concurrency/test/ThreadFactoryTests.h
@@ -26,7 +26,6 @@ public: - Task() {} void run() {