| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | < | static const char RCSid[] = "$Id$"; |
| 2 | > | static const char RCSid[] = "$Id"; |
| 3 | #endif | |
| 4 | /* | |
| 5 | * Radiance object animation program | |
| # | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
| 12 | #include "copyright.h" | |
| 13 | ||
| 14 | #include "ranimove.h" | |
| 15 | < | #include <sys/time.h> |
| 15 | > | #include <time.h> |
| 16 | > | #ifndef _WIN32 |
| 17 | > | #include <sys/time.h> |
| 18 | > | #endif |
| 19 | #include <ctype.h> | |
| 20 | ||
| 21 | int NVARS = NV_INIT; /* total number of variables */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |