36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
--- chrome/browser/memory_details_linux.cc 2012-06-07 08:28:54.414707511 +0200
|
|
+++ chrome/browser/memory_details_linux.cc 2012-06-07 08:28:54.414707511 +0200
|
|
@@ -9,6 +9,7 @@
|
|
|
|
#include <map>
|
|
#include <set>
|
|
+#include <unistd.h>
|
|
|
|
#include "base/bind.h"
|
|
#include "base/file_util.h"
|
|
Index: chromium/src/base/debug/stack_trace.h
|
|
===================================================================
|
|
--- base/debug/stack_trace.h
|
|
+++ base/debug/stack_trace.h
|
|
@@ -5,6 +5,7 @@
|
|
#ifndef BASE_DEBUG_STACK_TRACE_H_
|
|
#define BASE_DEBUG_STACK_TRACE_H_
|
|
|
|
+#include <stdint.h>
|
|
#include <iosfwd>
|
|
#include <string>
|
|
|
|
Index: chromium/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp
|
|
===================================================================
|
|
--- third_party/skia/src/ports/SkFontHost_fontconfig.cpp
|
|
+++ third_party/skia/src/ports/SkFontHost_fontconfig.cpp
|
|
@@ -14,6 +14,7 @@
|
|
#include "SkStream.h"
|
|
#include "SkTypeface.h"
|
|
#include "SkTypefaceCache.h"
|
|
+#include <unistd.h>
|
|
|
|
SK_DECLARE_STATIC_MUTEX(gFontConfigInterfaceMutex);
|
|
static SkFontConfigInterface* gFontConfigInterface;
|
|
|