--- ray/src/util/pranim.c 2003/02/22 02:07:30 1.2 +++ ray/src/util/pranim.c 2003/10/27 10:32:06 1.3 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: pranim.c,v 1.2 2003/02/22 02:07:30 greg Exp $"; +static const char RCSid[] = "$Id: pranim.c,v 1.3 2003/10/27 10:32:06 schorsch Exp $"; #endif /* * Send Sun rasterfiles to PC animation system. @@ -10,9 +10,9 @@ static const char RCSid[] = "$Id: pranim.c,v 1.2 2003/ #include #include +#include "rtprocess.h" #include "client/clnt.h" -FILE *popen(); char *pcom = NULL; /* uncompress command */