comparison lib-src/make-docfile.c @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents 5c1a707ab452
children 17e0028efc29
comparison
equal deleted inserted replaced
112316:2887524f362a 112317:7df2e30d72ec
76 /* s/msdos.h defines this as sys_chdir, but we're not linking with the 76 /* s/msdos.h defines this as sys_chdir, but we're not linking with the
77 file where that function is defined. */ 77 file where that function is defined. */
78 #undef chdir 78 #undef chdir
79 #endif 79 #endif
80 80
81 #ifdef HAVE_UNISTD_H
82 #include <unistd.h> 81 #include <unistd.h>
83 #endif
84 82
85 /* Stdio stream for output to the DOC file. */ 83 /* Stdio stream for output to the DOC file. */
86 FILE *outfile; 84 FILE *outfile;
87 85
88 /* Name this program was invoked with. */ 86 /* Name this program was invoked with. */