ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtprocess.h
(Generate patch)

Comparing ray/src/common/rtprocess.h (file contents):
Revision 3.8 by greg, Tue Nov 11 16:24:06 2003 UTC vs.
Revision 3.9 by schorsch, Fri Nov 14 17:22:06 2003 UTC

# Line 28 | Line 28
28    #define popen(cmd,mode) win_popen(cmd,mode)
29    #define pclose(p) win_pclose(p)
30   #else
31 +  #include <stdio.h>
32    #include <sys/param.h>
33   #endif
34  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines