2005-02-22 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 22 Feb 2005 22:50:56 +0000 (22:50 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 22 Feb 2005 22:50:56 +0000 (22:50 +0000)
* sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
__backtrace_* decls.

sysdeps/unix/sysv/linux/libc_fatal.c

index 4c30425..88a1120 100644 (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>