--- ray/src/common/readfargs.c 1993/05/18 09:26:05 2.3 +++ ray/src/common/readfargs.c 1993/06/04 14:28:52 2.4 @@ -10,6 +10,8 @@ static char SCCSid[] = "$SunId$ LBL"; #include +#include + #include "fvect.h" #include "object.h" @@ -20,9 +22,6 @@ static char SCCSid[] = "$SunId$ LBL"; #endif extern char *bmalloc(), *savestr(), *fgetword(); -#ifndef atof -extern double atof(); -#endif extern int atoi(); extern long atol();