| # | 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 <time.h> |
| 16 | #include <sys/time.h> | |
| 17 | #include <ctype.h> | |
| 18 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |