Index: base/mac/os_crash_dumps.cc |
diff --git a/base/mac/os_crash_dumps.cc b/base/mac/os_crash_dumps.cc |
index e82fd73df5c08a5090dd9ac36f26fa7023be1062..f064f06d04eb1599ef46c54291adf0ca9bcc64e0 100644 |
--- a/base/mac/os_crash_dumps.cc |
+++ b/base/mac/os_crash_dumps.cc |
@@ -2,9 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/mac/os_crash_dumps.h" |
- |
-#include <signal.h> |
+#include <sys/signal.h> |
#include <unistd.h> |
#include "base/basictypes.h" |