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.79 by schorsch, Thu Apr 24 10:28:25 2008 UTC vs.
Revision 2.80 by schorsch, Sun Apr 27 17:22:49 2008 UTC

# Line 9 | Line 9 | static const char RCSid[] = "$Id$";
9  
10   #include  <sys/types.h>
11  
12 < #ifndef NON_POSIX
13 < #ifdef BSD
14 < #include  <sys/time.h>
15 < #include  <sys/resource.h>
12 > #include  "platform.h"
13 > #ifdef NON_POSIX
14 > #ifdef MINGW
15 >  #include  <sys/time.h>
16 > #endif
17   #else
18 < #ifndef MINGW
19 < #include  <sys/times.h>
20 < #else
21 < #include  <sys/time.h>
18 > #ifdef BSD
19 >  #include  <sys/time.h>
20 >  #include  <sys/resource.h>
21 > #else
22 >  #include  <sys/times.h>
23 >  #include  <unistd.h>
24 > #endif
25   #endif
22 #include  <unistd.h>
23 #endif
24 #endif
26  
27   #include  <time.h>
28   #include  <signal.h>
29  
29 #include  "platform.h"
30   #include  "ray.h"
31   #include  "paths.h"
32   #include  "ambient.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines