openbsd-ports/www/iridium/patches/patch-base_debug_stack_trace_h
2016-10-27 18:30:40 +00:00

12 lines
330 B
Plaintext

$OpenBSD: patch-base_debug_stack_trace_h,v 1.4 2016/10/27 18:30:40 robert Exp $
--- base/debug/stack_trace.h.orig.port Wed Feb 24 00:01:57 2016
+++ base/debug/stack_trace.h Thu Mar 3 09:43:25 2016
@@ -14,6 +14,7 @@
#include "build/build_config.h"
#if defined(OS_POSIX)
+#include <sys/stdint.h>
#include <unistd.h>
#endif