Include <unistd.h> for chdir.

This commit is contained in:
Andreas Schwab 1998-04-27 09:22:29 +00:00
parent 41bee2813d
commit a0613c61ed

View file

@ -63,6 +63,10 @@ int scan_c_file ();
#undef chdir
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
/* Stdio stream for output to the DOC file. */
FILE *outfile;