blob: 6caa0f79f328030dc1d448968ceb017ad1fdfd84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- base/debug/stack_trace.h.orig 2019-03-15 06:36:56 UTC
+++ base/debug/stack_trace.h
@@ -16,6 +16,7 @@
#include "build/build_config.h"
#if defined(OS_POSIX)
+#include <sys/stdint.h>
#include <unistd.h>
#endif
|