diff options
author | Roland McGrath <roland@gnu.org> | 1999-03-19 15:31:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-03-19 15:31:54 +0000 |
commit | 6b4bb8747ef7ff509c99635a93d3e1b78e88dc0e (patch) | |
tree | 5ca0c547e2984e7e40cad3943eed0687556db85c | |
parent | ec23315f9b165cd1a759e42bd375b4747b905771 (diff) | |
download | glibc-6b4bb8747ef7ff509c99635a93d3e1b78e88dc0e.tar glibc-6b4bb8747ef7ff509c99635a93d3e1b78e88dc0e.tar.gz glibc-6b4bb8747ef7ff509c99635a93d3e1b78e88dc0e.tar.bz2 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.
-rw-r--r-- | sysdeps/generic/segfault.c | 1 |
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. */ |