--- ray/src/common/readobj.c 2003/10/22 02:06:34 2.17 +++ ray/src/common/readobj.c 2004/07/02 16:45:32 2.19 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: readobj.c,v 2.17 2003/10/22 02:06:34 greg Exp $"; +static const char RCSid[] = "$Id: readobj.c,v 2.19 2004/07/02 16:45:32 greg Exp $"; #endif /* * readobj.c - routines for reading in object descriptions. @@ -14,6 +14,7 @@ static const char RCSid[] = "$Id: readobj.c,v 2.17 200 #include #include "platform.h" +#include "rtprocess.h" #include "standard.h" #include "object.h" #include "otypes.h" @@ -29,7 +30,7 @@ char *inpspec; { OBJECT lastobj; FILE *infp; - char buf[1024]; + char buf[2048]; register int c; lastobj = nobjects;