Include <unistd.h> unilaterally.

This commit is contained in:
Paul Eggert 2011-01-09 00:12:35 -08:00
parent 613f7bda1d
commit 4004364e67
42 changed files with 26 additions and 104 deletions

View file

@ -75,9 +75,7 @@ char *w32_getenv (char *);
#include <ctype.h>
#include <stdio.h>
#include <getopt.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <unistd.h>
#include <pwd.h>
#include <sys/stat.h>