diff options
Diffstat (limited to 'coreutils/rm.c')
-rw-r--r-- | coreutils/rm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c index f8e16625c..51c9f4ceb 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c @@ -29,6 +29,7 @@ #include <errno.h> #include <unistd.h> #include <stdlib.h> +#include <string.h> #include <getopt.h> #include "busybox.h" |