use the pedantically correct compiler for preprocessing
[oweals/busybox.git] / rm.c
diff --git a/rm.c b/rm.c
index f8e16625c9063fd90596168a6e99637fd8530168..51c9f4ceb5363f71919be999637198bc8a8b5771 100644 (file)
--- a/rm.c
+++ b/rm.c
@@ -29,6 +29,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <string.h>
 #include <getopt.h>
 #include "busybox.h"