2005-02-22 Roland McGrath <roland@redhat.com>

* sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
	__backtrace_* decls.
This commit is contained in:
Roland McGrath 2005-02-22 22:50:56 +00:00
parent c5e573031f
commit 61a4f6fb43

View File

@ -27,6 +27,7 @@
#include <sysdep.h>
#include <unistd.h>
#include <sys/syslog.h>
#include <execinfo.h>
/* Abort with an error message. */
#include <not-cancel.h>