--- ray/src/gen/replmarks.c 2003/02/22 02:07:24 2.5 +++ ray/src/gen/replmarks.c 2003/06/08 12:03:10 2.7 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: replmarks.c,v 2.5 2003/02/22 02:07:24 greg Exp $"; +static const char RCSid[] = "$Id"; #endif /* * Replace markers in Radiance scene description with objects or instances. @@ -7,11 +7,12 @@ static const char RCSid[] = "$Id: replmarks.c,v 2.5 20 * Created: 17 Feb 1991 Greg Ward */ -#include #include #include #include +#include +#include "platform.h" #include "fvect.h" #ifdef M_PI @@ -168,6 +169,7 @@ cvobject(fname, fin) /* convert an object */ char *fname; FILE *fin; { + extern char *fgetword(); char buf[128], typ[16], nam[128]; int i, n; register int j;