1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.

This commit is contained in:
Jim Meyering
2005-07-02 08:41:46 +00:00
parent b5dabfee20
commit 410f98fc2b
41 changed files with 56 additions and 126 deletions

View File

@@ -25,9 +25,7 @@
#include <stdbool.h>
#include <stdio.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>