about summary refs log tree commit diff
path: root/sysdeps/generic/segfault.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-03-19 15:31:54 +0000
committerRoland McGrath <roland@gnu.org>1999-03-19 15:31:54 +0000
commit6b4bb8747ef7ff509c99635a93d3e1b78e88dc0e (patch)
tree5ca0c547e2984e7e40cad3943eed0687556db85c /sysdeps/generic/segfault.c
parentec23315f9b165cd1a759e42bd375b4747b905771 (diff)
downloadglibc-6b4bb8747ef7ff509c99635a93d3e1b78e88dc0e.tar.gz
glibc-6b4bb8747ef7ff509c99635a93d3e1b78e88dc0e.tar.xz
glibc-6b4bb8747ef7ff509c99635a93d3e1b78e88dc0e.zip
1999-03-19 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for 
_itoa_word decl.
Diffstat (limited to 'sysdeps/generic/segfault.c')
-rw-r--r--sysdeps/generic/segfault.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/segfault.c b/sysdeps/generic/segfault.c
index 37c43c9208..b1bb178d7a 100644
--- a/sysdeps/generic/segfault.c
+++ b/sysdeps/generic/segfault.c
@@ -26,6 +26,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <stdio-common/_itoa.h>
 
 /* This file defines macros to access the content of the sigcontext element
    passed up by the signal handler.  */