--- OLD/xc/lib/Xmu/CvtCache.c Thu Jan 1 00:00:00 1970 +++ NEW/xc/lib/Xmu/CvtCache.c Thu Jan 1 00:00:00 1970 @@ -27,12 +27,11 @@ */ #include +#include #include #include #include -extern char *malloc(); - static XmuDisplayQueue *dq = NULL; static int _CloseDisplay(), _FreeCCDQ(); @@ -120,5 +119,3 @@ */ return (XmuCvtCache *)(e->data); } - -