--- OLD/xc/programs/xterm/charproc.c Thu Jan 1 00:00:00 1970 +++ NEW/xc/programs/xterm/charproc.c Thu Jan 1 00:00:00 1970 @@ -63,6 +63,7 @@ #include #include #include +#include #include "VTparse.h" #include "data.h" #include "error.h" @@ -92,8 +93,6 @@ extern XtAppContext app_con; extern Widget toplevel; extern void exit(); -extern char *malloc(); -extern char *realloc(); extern fd_set Select_mask; extern fd_set X_mask; extern fd_set pty_mask;