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

Comparing ray/src/rt/persist.c (file contents):
Revision 2.39 by schorsch, Mon Apr 21 07:31:30 2008 UTC vs.
Revision 2.40 by schorsch, Sun Apr 27 17:22:49 2008 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13   #include <signal.h>
14   #include <sys/stat.h>
15   #include <sys/types.h>
16 +
17 + #include "platform.h"
18   #ifndef NON_POSIX /* XXX need abstraction for process management */
19   #include <sys/wait.h>
20   #endif
21  
20 #include "platform.h"
22   #include "rtprocess.h" /* getpid() */
23   #include "standard.h"
24   #include "random.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines