summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chgrp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index 52bb78ed0..889b82596 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -71,6 +71,8 @@ enum Verbosity
V_off
};
+int lstat ();
+
static int change_dir_group PARAMS ((const char *dir, gid_t group,
const struct stat *statp));