diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 23:34:26 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 23:34:26 +0000 |
commit | 72b8809d3e37a3f6b836a03c5fbab024f7e3e399 (patch) | |
tree | 6b1e63ba4ddfeb70165b38655c895bddcd752335 | |
parent | d487817b5b228c1be730b2063e9e6bfe47ea4bdf (diff) | |
download | chromium_src-72b8809d3e37a3f6b836a03c5fbab024f7e3e399.zip chromium_src-72b8809d3e37a3f6b836a03c5fbab024f7e3e399.tar.gz chromium_src-72b8809d3e37a3f6b836a03c5fbab024f7e3e399.tar.bz2 |
include the correct file on linux for gettid()
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@844 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | base/platform_thread.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/platform_thread.cc b/base/platform_thread.cc index 8382541..2ee7a2e 100644 --- a/base/platform_thread.cc +++ b/base/platform_thread.cc @@ -38,6 +38,7 @@ #include <mach/mach.h> #elif defined(OS_LINUX) #include <sys/types.h> +#include <unistd.h> #endif // static |