Index: base/safe_strerror_posix.cc |
diff --git a/base/safe_strerror_posix.cc b/base/safe_strerror_posix.cc |
index a91bb8de0cf4cb6d072d6066f7c795f239896019..e14ced45dd9fa6a33dcddc967b22a9a54b386fa5 100644 |
--- a/base/safe_strerror_posix.cc |
+++ b/base/safe_strerror_posix.cc |
@@ -2,12 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "build/build_config.h" |
-#include "base/safe_strerror_posix.h" |
- |
-#include <errno.h> |
+#include <stddef.h> |
#include <stdio.h> |
#include <string.h> |
+#include <sys/errno.h> |
+#include <string> |
#define USE_HISTORICAL_STRERRO_R (defined(__GLIBC__) || defined(OS_NACL)) |