| Index: base/files/memory_mapped_file_posix.cc
|
| diff --git a/base/files/memory_mapped_file_posix.cc b/base/files/memory_mapped_file_posix.cc
|
| index d9a7e90f8ba4d8a3773f4513e48a589f1c3cade0..1067fdc9ac34a31f208dda69c0484341b42a63c3 100644
|
| --- a/base/files/memory_mapped_file_posix.cc
|
| +++ b/base/files/memory_mapped_file_posix.cc
|
| @@ -4,12 +4,15 @@
|
|
|
| #include "base/files/memory_mapped_file.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| #include <sys/mman.h>
|
| #include <sys/stat.h>
|
| #include <unistd.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/threading/thread_restrictions.h"
|
| +#include "build/build_config.h"
|
|
|
| namespace base {
|
|
|
|
|