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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.78 by greg, Tue Mar 11 02:21:47 2008 UTC vs.
Revision 2.79 by schorsch, Thu Apr 24 10:28:25 2008 UTC

# Line 14 | Line 14 | static const char RCSid[] = "$Id$";
14   #include  <sys/time.h>
15   #include  <sys/resource.h>
16   #else
17 + #ifndef MINGW
18   #include  <sys/times.h>
19 + #else
20 + #include  <sys/time.h>
21 + #endif
22   #include  <unistd.h>
23   #endif
24   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines