changeset 21783:798a28989dde

Include <unistd.h> for chdir.
author Andreas Schwab <schwab@suse.de>
date Mon, 27 Apr 1998 09:22:29 +0000
parents f2462c6cb265
children 8de4e2a8cc62
files lib-src/make-docfile.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/make-docfile.c	Mon Apr 27 01:41:22 1998 +0000
+++ b/lib-src/make-docfile.c	Mon Apr 27 09:22:29 1998 +0000
@@ -63,6 +63,10 @@
 #undef chdir
 #endif
 
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
 /* Stdio stream for output to the DOC file.  */
 FILE *outfile;