--- OLD/xc/lib/Xau/AuRead.c Thu Jan 1 00:00:00 1970 +++ NEW/xc/lib/Xau/AuRead.c Thu Jan 1 00:00:00 1970 @@ -22,6 +22,8 @@ */ +#include + #include static @@ -44,7 +46,7 @@ FILE *file; { unsigned short len; - char *data, *malloc (); + char *data; if (read_short (&len, file) == 0) return 0; @@ -71,7 +73,6 @@ { Xauth local; Xauth *ret; - char *malloc (); if (read_short (&local.family, auth_file) == 0) return 0;