blob: 6b4e63dd1e320f9a973e5cfe4b1a0c9d8de7732a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- base/debug/stack_trace.h.orig 2019-09-09 21:55:05 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
|