diff options
Diffstat (limited to 'lib-src/make-docfile.c')
-rw-r--r-- | lib-src/make-docfile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index e2dc99214d2..43648c8abc7 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c @@ -78,9 +78,7 @@ void fatal (const char *s1, const char *s2) NO_RETURN; #undef chdir #endif -#ifdef HAVE_UNISTD_H #include <unistd.h> -#endif /* Stdio stream for output to the DOC file. */ FILE *outfile; |