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 37c43c9..b1bb178 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.  */