| Index: components/nacl/loader/nonsfi/nonsfi_sandbox.cc
|
| diff --git a/components/nacl/loader/nonsfi/nonsfi_sandbox.cc b/components/nacl/loader/nonsfi/nonsfi_sandbox.cc
|
| index d16db146237f7807319933c6c8ec2af9b15ce3c4..3594f8441ef161393884773a60f4def1a3ed39f0 100644
|
| --- a/components/nacl/loader/nonsfi/nonsfi_sandbox.cc
|
| +++ b/components/nacl/loader/nonsfi/nonsfi_sandbox.cc
|
| @@ -7,13 +7,13 @@
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| #include <linux/net.h>
|
| +#include <stdint.h>
|
| #include <sys/mman.h>
|
| #include <sys/prctl.h>
|
| #include <sys/socket.h>
|
| #include <sys/syscall.h>
|
| #include <sys/time.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/time/time.h"
|
| #include "build/build_config.h"
|
|
|