diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-18 23:18:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-18 23:18:32 +0000 |
commit | 30edff7a364816c9680a1cc017be3970306a2e89 (patch) | |
tree | 4ba0d5ec4697dbfc643ac109d0d50e75876a066d /lib | |
parent | d3ffbea8162ada4763808e8ccbf26f7ecff832b1 (diff) | |
download | coreutils-30edff7a364816c9680a1cc017be3970306a2e89.tar.xz |
Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the
xstrto... functions.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/human.c | 2 |
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" |