Chromium Code Reviews| Index: base/memory/shared_memory_mac.cc |
| diff --git a/base/memory/shared_memory_mac.cc b/base/memory/shared_memory_mac.cc |
| index 179fa3b4e9033c40b98e601f0dcb70efe1fbec43..03c9a6c7e518f729437eb17453ea2682c8cffae8 100644 |
| --- a/base/memory/shared_memory_mac.cc |
| +++ b/base/memory/shared_memory_mac.cc |
| @@ -4,6 +4,7 @@ |
| #include "base/memory/shared_memory.h" |
| +#include <errno.h> |
| #include <fcntl.h> |
| #include <mach/mach_vm.h> |
| #include <sys/mman.h> |