1999-03-19 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Fri, 19 Mar 1999 15:31:54 +0000 (15:31 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 19 Mar 1999 15:31:54 +0000 (15:31 +0000)
* sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
_itoa_word decl.

sysdeps/generic/segfault.c

index 37c43c92089bf19159521ed6929d9ddcfe0fa2eb..b1bb178d7a7259a813c85a550c61b4a4d806b195 100644 (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.  */