diff options
Diffstat (limited to 'bin/rm/rm.c')
-rw-r--r-- | bin/rm/rm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c index eee4135..5461724 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -54,6 +54,8 @@ static const char rcsid[] = #include <errno.h> #include <fcntl.h> #include <fts.h> +#include <grp.h> +#include <pwd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |