blob: 415d73c63d02d51c45907279b59ca72b91bb199d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- base/debug/stack_trace.h.orig 2019-03-11 22:00:51 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
|