--- ray/src/gen/genprism.c 1993/06/04 14:32:05 2.3 +++ ray/src/gen/genprism.c 1993/08/02 14:23:04 2.4 @@ -22,6 +22,10 @@ static char SCCSid[] = "$SunId$ LBL"; #define MAXVERT 1024 /* maximum # vertices */ +#ifdef DCL_ATOF +extern double atof(); +#endif + char *pmtype; /* material type */ char *pname; /* name */