# HG changeset patch # User Andreas Schwab # Date 893668949 0 # Node ID 798a28989dde3ef69944c2bc112ae7bb70229c55 # Parent f2462c6cb265b3f5c71e5531f029488ad4db24a8 Include for chdir. diff -r f2462c6cb265 -r 798a28989dde lib-src/make-docfile.c --- 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 +#endif + /* Stdio stream for output to the DOC file. */ FILE *outfile;