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

Comparing ray/src/common/wordfile.c (file contents):
Revision 2.9 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 2.10 by schorsch, Sat Jun 7 12:50:21 2003 UTC

# Line 11 | Line 11 | static const char      RCSid[] = "$Id$";
11   #include "copyright.h"
12  
13   #include <ctype.h>
14 + #include <string.h>
15 + #include <stdio.h>
16 + #include <sys/types.h>
17 + #include <sys/stat.h>
18 + #include <fcntl.h>
19  
20 < #define NULL            0
20 > #ifdef _WIN32
21 > #include <io.h>
22 > #endif
23 >
24 > #include "standard.h"
25 >
26  
27   #define MAXFLEN         8192            /* file must be smaller than this */
28  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines