summaryrefslogtreecommitdiff
path: root/devel/electron5/files/patch-base_debug_stack__trace.h
blob: 8d02d84ef1a623427efb8b98a14ea97b96a9f8e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- base/debug/stack_trace.h.orig	2019-04-08 08:32:37 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