aboutsummaryrefslogtreecommitdiff
path: root/libbb/remove_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/remove_file.c')
-rw-r--r--libbb/remove_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/remove_file.c b/libbb/remove_file.c
index 23be40429..3b84680c4 100644
--- a/libbb/remove_file.c
+++ b/libbb/remove_file.c
@@ -29,6 +29,7 @@
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
+#include <string.h>
#include <getopt.h>
#include "libbb.h"