diff 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
line wrap: on
line diff
--- a/lib-src/make-docfile.c	Sun Jan 09 00:00:02 2011 -0800
+++ b/lib-src/make-docfile.c	Sun Jan 09 00:12:35 2011 -0800
@@ -78,9 +78,7 @@
 #undef chdir
 #endif
 
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 
 /* Stdio stream for output to the DOC file.  */
 FILE *outfile;