| Index: base/threading/thread_local_storage_posix.cc
|
| diff --git a/base/threading/thread_local_storage_posix.cc b/base/threading/thread_local_storage_posix.cc
|
| index 81b73326cbd1e4bbf1f224aee627538f1b088641..66c256a7b92f352e90784d22135547081ec27726 100644
|
| --- a/base/threading/thread_local_storage_posix.cc
|
| +++ b/base/threading/thread_local_storage_posix.cc
|
| @@ -2,9 +2,10 @@
|
| // 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_storage.h"
|
| +#include <pthread.h>
|
|
|
| #include "base/logging.h"
|
| +#include "base/threading/thread_local_storage.h"
|
|
|
| namespace base {
|
|
|
|
|