From 72b8809d3e37a3f6b836a03c5fbab024f7e3e399 Mon Sep 17 00:00:00 2001 From: "pinkerton@google.com" Date: Wed, 13 Aug 2008 23:34:26 +0000 Subject: include the correct file on linux for gettid() git-svn-id: svn://svn.chromium.org/chrome/trunk/src@844 0039d316-1c4b-4281-b951-d872f2087c98 --- base/platform_thread.cc | 1 + 1 file changed, 1 insertion(+) 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 #elif defined(OS_LINUX) #include +#include #endif // static -- cgit v1.1