summaryrefslogtreecommitdiff
path: root/lib/human.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-02 08:41:46 +0000
committerJim Meyering <jim@meyering.net>2005-07-02 08:41:46 +0000
commit410f98fc2b9bd775f809818590959272c04e6c9c (patch)
treefeb6e26fa2cd60d76f8bcab1483f27bc792f2c29 /lib/human.h
parentb5dabfee20afd9a18d32c569b69ce9024e0a6268 (diff)
downloadcoreutils-410f98fc2b9bd775f809818590959272c04e6c9c.tar.xz
Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
Diffstat (limited to 'lib/human.h')
-rw-r--r--lib/human.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/human.h b/lib/human.h
index 3b23c123b..15ca36bf8 100644
--- a/lib/human.h
+++ b/lib/human.h
@@ -32,9 +32,7 @@
# if HAVE_STDINT_H
# include <stdint.h>
# endif
-# if HAVE_UNISTD_H
-# include <unistd.h>
-# endif
+# include <unistd.h>
/* A conservative bound on the maximum length of a human-readable string.
The output can be the square of the largest uintmax_t, so double