--- ray/src/common/readobj.c 2003/06/07 12:50:20 2.13 +++ ray/src/common/readobj.c 2003/06/08 12:03:09 2.14 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: readobj.c,v 2.13 2003/06/07 12:50:20 schorsch Exp $"; +static const char RCSid[] = "$Id: readobj.c,v 2.14 2003/06/08 12:03:09 schorsch Exp $"; #endif /* * readobj.c - routines for reading in object descriptions. @@ -11,12 +11,10 @@ static const char RCSid[] = "$Id: readobj.c,v 2.13 200 #include #include -#ifdef _WIN32 - #define popen _popen - #define pclose _pclose -#endif +#include #include "standard.h" +#include "platform.h" #include "object.h" #include "otypes.h"