]> git.eshelyaron.com Git - emacs.git/commitdiff
Include <unistd.h> for chdir.
authorAndreas Schwab <schwab@suse.de>
Mon, 27 Apr 1998 09:22:29 +0000 (09:22 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 27 Apr 1998 09:22:29 +0000 (09:22 +0000)
lib-src/make-docfile.c

index 9fe30bd6c3442d4e9da7e562e02cff2c69f960d4..82e7f7c4efd62160ee4176108757bb4ff509ff85 100644 (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;