--- ray/src/common/readobj.c 2003/10/22 02:06:34 2.17 +++ ray/src/common/readobj.c 2003/10/27 10:19:31 2.18 @@ -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.18 2003/10/27 10:19:31 schorsch 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"