--- ray/src/util/t16anim.c 1991/03/12 13:05:16 1.1 +++ ray/src/util/t16anim.c 2003/10/27 10:32:06 1.3 @@ -1,9 +1,6 @@ -/* Copyright (c) 1991 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: t16anim.c,v 1.3 2003/10/27 10:32:06 schorsch Exp $"; #endif - /* * Send Targa 16-bit files to PC animation system. * @@ -12,14 +9,13 @@ static char SCCSid[] = "$SunId$ LBL"; #include +#include "rtprocess.h" #include "client/clnt.h" - #include "targa.h" #define goodpic(h) (((h)->dataType==IM_RGB || (h)->dataType==IM_CRGB) \ && (h)->dataBits==16) -FILE *popen(); char *pcom = NULL; /* uncompress command */