commit | 03dedd9bd5125358d6fb21cff1b059cfe53fc984 | [log] [tgz] |
---|---|---|
author | Marc Slemko <marc@apache.org> | 周四 7月 20 00:58:47 2006 +0000 |
committer | Marc Slemko <marc@apache.org> | 周四 7月 20 00:58:47 2006 +0000 |
tree | c1880f9e1ae20015f6ea5058aaf0078ed5b8534a | |
parent | 740343dad2583899a2e3751fcf568c1cc9254d48 [diff] [blame] |
Fixed a few problems found on linux x86_64 version git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664728 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/concurrency/Util.h b/lib/cpp/src/concurrency/Util.h index d04435d..8467a2c 100644 --- a/lib/cpp/src/concurrency/Util.h +++ b/lib/cpp/src/concurrency/Util.h
@@ -2,6 +2,7 @@ #define _concurrency_Util_h_ 1 #include <assert.h> +#include <stddef.h> #include <sys/time.h> namespace facebook { namespace thrift { namespace concurrency {