mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
10 lines
213 B
C
10 lines
213 B
C
--- 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
|
|
|