]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 4c304250ebb5b8fbeab88e691e3f8682d73ae3e6..88a1120dfa33964221c60d4f09b194f15e9661a5 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>