1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-14 21:47:09 +02:00

Include xstrtol.h, not obsolete file xstrtoul.h.

This commit is contained in:
Jim Meyering
1999-04-18 23:18:09 +00:00
parent cc7d631369
commit d3ffbea816
+1 -1
View File
@@ -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"