diff options
Diffstat (limited to 'rm.c')
-rw-r--r-- | rm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ | |||
29 | #include <errno.h> | 29 | #include <errno.h> |
30 | #include <unistd.h> | 30 | #include <unistd.h> |
31 | #include <stdlib.h> | 31 | #include <stdlib.h> |
32 | #include <string.h> | ||
32 | #include <getopt.h> | 33 | #include <getopt.h> |
33 | #include "busybox.h" | 34 | #include "busybox.h" |
34 | 35 | ||