--- ray/src/meta/tcurve.c 2003/06/30 14:59:12 1.2 +++ ray/src/meta/tcurve.c 2003/07/14 20:02:29 1.3 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: tcurve.c,v 1.2 2003/06/30 14:59:12 schorsch Exp $"; +static const char RCSid[] = "$Id: tcurve.c,v 1.3 2003/07/14 20:02:29 schorsch Exp $"; #endif /* * PROGRAM TO PLOT TEL-A-GRAF CURVES TO METAFILE @@ -10,10 +10,7 @@ static const char RCSid[] = "$Id: tcurve.c,v 1.2 2003/ * cc -o ../tcurve tcurve.c tgraph.o primout.o mfio.o syscalls.o misc.o -lm */ -#ifdef _WIN32 - #include /* getpid() */ -#endif - +#include "rtprocess.h" /* getpid() */ #include "tgraph.h" #define XLEGEND (XBEG+XSIZ+4*TSIZ) /* x start of legend */