diff options
Diffstat (limited to 'base/shared_memory_posix.cc')
-rw-r--r-- | base/shared_memory_posix.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/shared_memory_posix.cc b/base/shared_memory_posix.cc index 9a4953c..51a06a6 100644 --- a/base/shared_memory_posix.cc +++ b/base/shared_memory_posix.cc @@ -29,6 +29,7 @@ #include "base/shared_memory.h" +#include <fcntl.h> #include <sys/mman.h> #include "base/logging.h" |