--- ray/src/rt/colortab.c 1990/02/23 10:08:33 1.13 +++ ray/src/rt/colortab.c 1990/03/29 12:43:07 1.14 @@ -91,6 +91,7 @@ get_pixel(col, set_pixel) /* get pixel for color */ COLOR col; int (*set_pixel)(); { + extern char errmsg[]; int r, g, b; int cv[3]; register CNODE *tp;