From d3ffbea8162ada4763808e8ccbf26f7ecff832b1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Apr 1999 23:18:09 +0000 Subject: Include xstrtol.h, not obsolete file xstrtoul.h. --- src/chgrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chgrp.c') diff --git a/src/chgrp.c b/src/chgrp.c index 14e14cab2..ecf2e5d7f 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -27,7 +27,7 @@ #include "error.h" #include "group-member.h" #include "savedir.h" -#include "xstrtoul.h" +#include "xstrtol.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "chgrp" -- cgit v1.2.1