| Index: base/threading/thread_local_posix.cc
|
| diff --git a/base/threading/thread_local_posix.cc b/base/threading/thread_local_posix.cc
|
| index 568fa4b076508f9469c02782a6cb5f96045f306b..6828e0c80cfa5e186a39d75978c5d8e9d54fa9c5 100644
|
| --- a/base/threading/thread_local_posix.cc
|
| +++ b/base/threading/thread_local_posix.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/threading/thread_local.h"
|
| -
|
| #include <pthread.h>
|
| +#include <stddef.h>
|
|
|
| #include "base/logging.h"
|
| +#include "base/threading/thread_local.h"
|
|
|
| namespace base {
|
|
|
|
|