--- ray/src/px/x11raster.c 1992/10/12 14:52:19 2.7 +++ ray/src/px/x11raster.c 1993/07/19 15:18:10 2.8 @@ -17,6 +17,8 @@ static char SCCSid[] = "$SunId$ LBL"; #include "color.h" #include "x11raster.h" +extern char *malloc(), *realloc(), *calloc(); + XRASTER * make_raster(disp, vis, npixbits, data, width, height, bm_pad)