--- ray/src/util/rpiece.c 2004/06/08 19:48:31 2.44 +++ ray/src/util/rpiece.c 2004/10/23 18:55:53 2.45 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: rpiece.c,v 2.44 2004/06/08 19:48:31 greg Exp $"; +static const char RCSid[] = "$Id: rpiece.c,v 2.45 2004/10/23 18:55:53 schorsch Exp $"; #endif /* * Generate sections of a picture. @@ -9,7 +9,9 @@ static const char RCSid[] = "$Id: rpiece.c,v 2.44 2004 #include #include #include -#include +#ifndef NON_POSIX /* XXX need abstraction for process management */ + #include +#endif #include "platform.h" #include "standard.h"