diff options
author | Jim Meyering <jim@meyering.net> | 2005-07-01 21:26:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-07-01 21:26:24 +0000 |
commit | e62b441f50dfe28d2c61898e55fcf3c9c847b1b6 (patch) | |
tree | dab5843bcbace5c5f7d7289672c2dc1d81b26087 /src | |
parent | da1b612d1197f7422ea9a0c0d3aa160b31f76c8f (diff) | |
download | coreutils-e62b441f50dfe28d2c61898e55fcf3c9c847b1b6.tar.xz |
Assume HAVE_UNISTD_H.
Diffstat (limited to 'src')
-rw-r--r-- | src/system.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/system.h b/src/system.h index 1af6e82ff..cb6158f0b 100644 --- a/src/system.h +++ b/src/system.h @@ -35,9 +35,7 @@ you must include <sys/types.h> before including this file # include <sys/param.h> #endif -#if HAVE_UNISTD_H -# include <unistd.h> -#endif +#include <unistd.h> #ifndef STDIN_FILENO # define STDIN_FILENO 0 |