1999-03-19 Roland McGrath <roland@baalperazim.frob.com>

* sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for 
_itoa_word decl.
This commit is contained in:
Roland McGrath 1999-03-19 15:31:54 +00:00
parent ec23315f9b
commit 6b4bb8747e

View File

@ -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. */