| Index: base/debug/debugger_posix.cc
|
| diff --git a/base/debug/debugger_posix.cc b/base/debug/debugger_posix.cc
|
| index a2e804f2e63b36112b1a9369bd6811aa2270b620..cd6dc765b43bcea7e051b0542c1da608c592a327 100644
|
| --- a/base/debug/debugger_posix.cc
|
| +++ b/base/debug/debugger_posix.cc
|
| @@ -3,10 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/debug/debugger.h"
|
| +#include "base/macros.h"
|
| #include "build/build_config.h"
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| +#include <stddef.h>
|
| #include <stdio.h>
|
| #include <stdlib.h>
|
| #include <sys/param.h>
|
| @@ -34,7 +36,6 @@
|
|
|
| #include <ostream>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/debug/alias.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|