Module Name: src
Committed By: mgorny
Date: Wed Jan 22 16:07:40 UTC 2020
Modified Files:
src/lib/libexecinfo: unwind.c
Log Message:
Fix using gcc's unwind.h
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libexecinfo/unwind.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libexecinfo/unwind.c
diff -u src/lib/libexecinfo/unwind.c:1.3 src/lib/libexecinfo/unwind.c:1.4
--- src/lib/libexecinfo/unwind.c:1.3 Wed Jan 30 22:46:49 2019
+++ src/lib/libexecinfo/unwind.c Wed Jan 22 16:07:40 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: unwind.c,v 1.3 2019/01/30 22:46:49 mrg Exp $ */
+/* $NetBSD: unwind.c,v 1.4 2020/01/22 16:07:40 mgorny Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#include <sys/types.h>
#include <stdio.h>
-#include "unwind.h"
+#include <unwind.h>
#include "execinfo.h"
struct tracer_context {