| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | ||
| 10 | #include <stdio.h> | |
| 11 | ||
| 12 | + | #include "rtprocess.h" | 
| 13 | #include "client/clnt.h" | |
| 13 | – | |
| 14 | #include "targa.h" | |
| 15 | ||
| 16 | #define goodpic(h) (((h)->dataType==IM_RGB || (h)->dataType==IM_CRGB) \ | |
| 17 | && (h)->dataBits==16) | |
| 18 | ||
| 19 | – | FILE *popen(); | 
| 19 | ||
| 20 | char *pcom = NULL; /* uncompress command */ | |
| 21 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |