File chromium-gcc-fixes.patch of Package chromium.openSUSE_12.3_Update
--- 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> // Defined in SkFontHost_FreeType.cpp bool find_name_and_attributes(SkStream* stream, SkString* name,