aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/rm.c1
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"