| Index: base/memory/shared_memory_mac.cc
|
| diff --git a/base/memory/shared_memory_mac.cc b/base/memory/shared_memory_mac.cc
|
| index 6f152f7d302e7c0728ef57e6f76d74140ee1820d..6fc299da14aa7ba177f8b0f059817fa3a1a66bad 100644
|
| --- a/base/memory/shared_memory_mac.cc
|
| +++ b/base/memory/shared_memory_mac.cc
|
| @@ -7,6 +7,7 @@
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| #include <mach/mach_vm.h>
|
| +#include <stddef.h>
|
| #include <sys/mman.h>
|
| #include <sys/stat.h>
|
| #include <unistd.h>
|
| @@ -24,6 +25,7 @@
|
| #include "base/profiler/scoped_tracker.h"
|
| #include "base/scoped_generic.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "build/build_config.h"
|
|
|
| #if defined(OS_MACOSX)
|
| #include "base/mac/foundation_util.h"
|
|
|