ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/ranimove.c
(Generate patch)

Comparing ray/src/util/ranimove.c (file contents):
Revision 3.3 by greg, Mon Mar 10 17:26:26 2003 UTC vs.
Revision 3.4 by schorsch, Thu Jun 26 00:58:11 2003 UTC

# Line 13 | Line 13 | static const char RCSid[] = "$Id";
13  
14   #include "ranimove.h"
15   #include <time.h>
16 < #include <sys/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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines