Index: content/child/content_child_helpers.cc |
diff --git a/content/child/content_child_helpers.cc b/content/child/content_child_helpers.cc |
index d6d62922d0229842a50a68434ba0e46aea951df1..4398bc067ae694eb5815a446f2dacbe1b873696c 100644 |
--- a/content/child/content_child_helpers.cc |
+++ b/content/child/content_child_helpers.cc |
@@ -4,15 +4,18 @@ |
#include "content/child/content_child_helpers.h" |
-#if defined(OS_LINUX) |
-#include <malloc.h> |
-#endif |
+#include <stdint.h> |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/process/process_metrics.h" |
+#include "build/build_config.h" |
#include "v8/include/v8.h" |
+#if defined(OS_LINUX) |
+#include <malloc.h> |
+#endif |
+ |
namespace content { |
#if defined(OS_LINUX) || defined(OS_ANDROID) |