--- OLD/xc/lib/Xau/AuFileName.c Thu Jan 1 00:00:00 1970 +++ NEW/xc/lib/Xau/AuFileName.c Thu Jan 1 00:00:00 1970 @@ -22,6 +22,8 @@ */ +#include + #include #include @@ -29,7 +31,7 @@ XauFileName () { char *slashDotXauthority = "/.Xauthority"; - char *name, *malloc (), *getenv (); + char *name; static char *buf; static int bsize; #ifdef WIN32