Index: base/synchronization/lock_impl_posix.cc |
diff --git a/base/synchronization/lock_impl_posix.cc b/base/synchronization/lock_impl_posix.cc |
index f638fcd321ce2a1d6bc2db9cc233062779b2f5f0..ab754abbad9d4ecd1b643d6d3082e56f26c8a9b1 100644 |
--- a/base/synchronization/lock_impl_posix.cc |
+++ b/base/synchronization/lock_impl_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/synchronization/lock_impl.h" |
- |
-#include <errno.h> |
+#include <pthread.h> |
+#include <sys/errno.h> |
#include "base/logging.h" |
+#include "base/synchronization/lock_impl.h" |
namespace base { |
namespace internal { |