blob: 20ed00e051ebf1279a56b1fef2af9a8d07afb93c (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
 | --- base/debug/stack_trace.h.orig	2019-12-12 12:38:58 UTC
+++ base/debug/stack_trace.h
@@ -19,6 +19,7 @@
 #if !defined(OS_NACL)
 #include <signal.h>
 #endif
+#include <sys/stdint.h>
 #include <unistd.h>
 #endif
 
 |