FreeBSD compatibility for libexecinfo

This commit is contained in:
Ed Maste 2013-08-23 12:42:13 +00:00
parent 287472b39c
commit 38ed7e0769
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254689
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ __RCSID("$NetBSD: backtrace.c,v 1.2 2012/07/09 03:11:59 christos Exp $");
#include <sys/param.h>
#include <assert.h>
#define _WITH_DPRINTF
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@ -33,6 +33,7 @@ __RCSID("$NetBSD: symtab.c,v 1.1 2012/05/26 22:02:29 christos Exp $");
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <err.h>
#include <dlfcn.h>