summaryrefslogtreecommitdiff
path: root/lib/human.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-18 23:18:32 +0000
committerJim Meyering <jim@meyering.net>1999-04-18 23:18:32 +0000
commit30edff7a364816c9680a1cc017be3970306a2e89 (patch)
tree4ba0d5ec4697dbfc643ac109d0d50e75876a066d /lib/human.c
parentd3ffbea8162ada4763808e8ccbf26f7ecff832b1 (diff)
downloadcoreutils-30edff7a364816c9680a1cc017be3970306a2e89.tar.xz
Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the
xstrto... functions.
Diffstat (limited to 'lib/human.c')
-rw-r--r--lib/human.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/human.c b/lib/human.c
index f7dcdfb2a..6a41fc533 100644
--- a/lib/human.c
+++ b/lib/human.c
@@ -54,7 +54,7 @@ char *getenv ();
#include <argmatch.h>
#include <error.h>
-#include <xstrtoul.h>
+#include <xstrtol.h>
#include "human.h"