Index: sc-7.16/xmalloc.c =================================================================== --- sc-7.16.orig/xmalloc.c +++ sc-7.16/xmalloc.c @@ -3,12 +3,10 @@ * $Revision: 7.16 $ */ +#include #include #include "sc.h" -extern char *malloc(); -extern char *realloc(); -extern void free(); void fatal(); #ifdef SYSV3