diff options
Diffstat (limited to 'coreutils/rm.c')
-rw-r--r-- | coreutils/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c index e29073d..cc22647 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c @@ -15,7 +15,7 @@ * Size reduction. */ -#include "busybox.h" +#include "libbb.h" /* This is a NOFORK applet. Be very careful! */ |