--- ray/src/rt/data.c 2003/06/05 19:29:34 2.19 +++ ray/src/rt/data.c 2003/07/16 01:32:53 2.22 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: data.c,v 2.19 2003/06/05 19:29:34 schorsch Exp $"; +static const char RCSid[] = "$Id: data.c,v 2.22 2003/07/16 01:32:53 greg Exp $"; #endif /* * data.c - routines dealing with interpolated data. @@ -7,7 +7,10 @@ static const char RCSid[] = "$Id: data.c,v 2.19 2003/0 #include "copyright.h" +#include + #include "standard.h" +#include "platform.h" #include "color.h" #include "resolu.h" #include "data.h" @@ -159,7 +162,7 @@ char *pname; COLR *scanin; int sl, ns; RESOLU inpres; - FLOAT loc[2]; + RREAL loc[2]; int y; register int x, i; register DATARRAY *pp;