--- ray/src/cv/lampcolor.c 1991/11/12 17:02:10 2.1 +++ 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 */