Index: xmalloc.c --- xmalloc.c.orig +++ xmalloc.c @@ -4,11 +4,9 @@ */ #include +#include #include "sc.h" -extern char *malloc(); -extern char *realloc(); -extern void free(); void fatal(); #ifdef SYSV3