1 --- src/3rdparty/chromium/base/debug/stack_trace.h.orig	2019-11-27 21:12:25 UTC
2 +++ src/3rdparty/chromium/base/debug/stack_trace.h
3 @@ -19,6 +19,7 @@
4  #if !defined(OS_NACL)
5  #include <signal.h>
6  #endif
7 +#include <sys/stdint.h>
8  #include <unistd.h>
9  #endif
10 
11