diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 20:25:23 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 20:25:23 +0000 |
| commit | 2694efd413ab691097cf31016c5f7cbec372b10a (patch) | |
| tree | e5122aa92326b6b00c8a590e4fcbb135491c25bf /usr.sbin/pw/rm_r.c | |
| parent | c869717158835afdbc709437ad15c04725bc0617 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pw/rm_r.c')
| -rw-r--r-- | usr.sbin/pw/rm_r.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pw/rm_r.c b/usr.sbin/pw/rm_r.c index 2af9a4efca9e..4ad590bc1aa2 100644 --- a/usr.sbin/pw/rm_r.c +++ b/usr.sbin/pw/rm_r.c @@ -31,6 +31,7 @@ static const char rcsid[] = #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/param.h> |
