| Index: base/files/dir_reader_linux.h
|
| diff --git a/base/files/dir_reader_linux.h b/base/files/dir_reader_linux.h
|
| index 83918e8774a4acc9b74adfdc38b968ced632d6b0..4ce0c34245fcc837b2df344688ff320777be3140 100644
|
| --- a/base/files/dir_reader_linux.h
|
| +++ b/base/files/dir_reader_linux.h
|
| @@ -7,11 +7,13 @@
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
| #include <sys/syscall.h>
|
| #include <unistd.h>
|
|
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/posix/eintr_wrapper.h"
|
|
|
| // See the comments in dir_reader_posix.h about this.
|
|
|