mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Include <unistd.h> for chdir.
This commit is contained in:
parent
41bee2813d
commit
a0613c61ed
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue