--- ray/src/cv/lampcolor.c 1991/10/28 08:04:23 1.9 +++ ray/src/cv/lampcolor.c 1991/12/19 15:06:15 2.2 @@ -15,7 +15,9 @@ static char SCCSid[] = "$SunId$ LBL"; #define PI 3.14159265358979323846 extern char *gets(), *strcpy(); +#ifndef atof extern double atof(); +#endif extern float *matchlamp(); /* lamp parameters */