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,9 +28,9 @@ |
#include <iostream> |
#include "base/basictypes.h" |
-#include "base/compat_execinfo.h" |
#include "base/eintr_wrapper.h" |
#include "base/logging.h" |
+#include "base/mac/compat_execinfo.h" |
Avi (use Gerrit)
2010/12/29 22:17:51
This file no longer exists.
brettw
2010/12/29 22:20:37
Fixed.
|
#include "base/safe_strerror_posix.h" |
#include "base/scoped_ptr.h" |
#include "base/string_piece.h" |