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