forked from Lainports/freebsd-ports
Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
10 lines
213 B
C
10 lines
213 B
C
--- base/debug/stack_trace.h.orig 2020-11-13 06:36:34 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
|
|
|