diff options
Diffstat (limited to 'base/shared_memory.h')
-rw-r--r-- | base/shared_memory.h | 3 |
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" |