Index: base/debug/stack_trace_posix.cc |
=================================================================== |
--- base/debug/stack_trace_posix.cc (revision 70278) |
+++ base/debug/stack_trace_posix.cc (working copy) |
@@ -5,6 +5,7 @@ |
#include "base/debug/stack_trace.h" |
#include <errno.h> |
+#include <execinfo.h> |
#include <fcntl.h> |
#include <stdio.h> |
#include <stdlib.h> |
@@ -27,7 +28,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" |