--- ray/src/meta/imagew.c 2003/08/01 14:14:24 1.2 +++ ray/src/meta/imagew.c 2003/10/27 10:28:59 1.3 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: imagew.c,v 1.2 2003/08/01 14:14:24 schorsch Exp $"; +static const char RCSid[] = "$Id: imagew.c,v 1.3 2003/10/27 10:28:59 schorsch Exp $"; #endif /* * Program to print meta-files on a dot-matrix printer @@ -46,16 +46,13 @@ static const char RCSid[] = "$Id: imagew.c,v 1.2 2003/ - +#include "rtprocess.h" #include "meta.h" - #include "plot.h" - #include "span.h" - char *progname; struct span outspan; @@ -102,7 +99,6 @@ char **argv; { FILE *fp; - FILE *popen(); char comargs[200], command[300]; progname = *argv++;