| Index: base/debug/debugger_posix.cc
|
| ===================================================================
|
| --- base/debug/debugger_posix.cc (revision 70278)
|
| +++ base/debug/debugger_posix.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
| #include "build/build_config.h"
|
|
|
| #include <errno.h>
|
| +#include <execinfo.h>
|
| #include <fcntl.h>
|
| #include <stdio.h>
|
| #include <stdlib.h>
|
| @@ -30,7 +31,6 @@
|
| #include <iostream>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/compat_execinfo.h"
|
| #include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
| #include "base/safe_strerror_posix.h"
|
|
|