diff options
Diffstat (limited to 'www/chromium/files/extra-patch-gcc')
| -rw-r--r-- | www/chromium/files/extra-patch-gcc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/chromium/files/extra-patch-gcc b/www/chromium/files/extra-patch-gcc index 421c0f83e9ac..2306d80513fd 100644 --- a/www/chromium/files/extra-patch-gcc +++ b/www/chromium/files/extra-patch-gcc @@ -50,3 +50,15 @@ #if HAVE_SCHED_GETAFFINITY #ifndef _GNU_SOURCE # define _GNU_SOURCE +--- content/browser/browser_shutdown_profile_dumper.cc.orig 2014-02-20 15:28:24.000000000 -0500 ++++ content/browser/browser_shutdown_profile_dumper.cc 2014-03-03 15:36:33.000000000 -0500 +@@ -2,6 +2,8 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. + ++#include <stdio.h> ++ + #include "content/browser/browser_shutdown_profile_dumper.h" + + #include "base/base_switches.h" + |
