summaryrefslogtreecommitdiffstats
path: root/base/shared_memory.h
diff options
context:
space:
mode:
authorbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-25 00:56:14 +0000
committerbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-25 00:56:14 +0000
commitc47ad0d702902a300be43d6e3ff348bc16efd26c (patch)
tree6c05e589798e3de0bdc7a6b2c3916bca2d6bd8fa /base/shared_memory.h
parent448d14a332acd24a5a3df93071d32caf39b98354 (diff)
downloadchromium_src-c47ad0d702902a300be43d6e3ff348bc16efd26c.zip
chromium_src-c47ad0d702902a300be43d6e3ff348bc16efd26c.tar.gz
chromium_src-c47ad0d702902a300be43d6e3ff348bc16efd26c.tar.bz2
Make more of base compile with the Native Client toolchain.
This is needed to get parts of the PPAPI proxy to compile as untrusted code. Leaving base.gypi unchanged even though this adds files, as they are only used by experimental target. BUG=none TEST=none Review URL: http://codereview.chromium.org/9465017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123613 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/shared_memory.h')
-rw-r--r--base/shared_memory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/shared_memory.h b/base/shared_memory.h
index 8cb27ec..298baa6 100644
--- a/base/shared_memory.h
+++ b/base/shared_memory.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -9,6 +9,7 @@
#include "build/build_config.h"
#if defined(OS_POSIX)
+#include <stdio.h>
#include <sys/types.h>
#include <semaphore.h>
#include "base/file_descriptor_posix.h"