Fix using gcc's unwind.h

This commit is contained in:
mgorny 2020-01-22 16:07:40 +00:00
parent 26a48dd100
commit ac78ffd6ff
1 changed files with 2 additions and 2 deletions

View File

@ -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 {