aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-base_debug_stack__trace.h
blob: dab645bd1f21e58ec764f072e3c5437d3f163ebf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- base/debug/stack_trace.h.orig	2021-01-07 00:36:18 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