diff options
Diffstat (limited to 'coreutils/rmdir.c')
-rw-r--r-- | coreutils/rmdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index 7f3253017..c1b89e427 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.c | |||
@@ -11,7 +11,7 @@ | |||
11 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/rmdir.html */ | 11 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/rmdir.html */ |
12 | 12 | ||
13 | #include <libgen.h> | 13 | #include <libgen.h> |
14 | #include "busybox.h" | 14 | #include "libbb.h" |
15 | 15 | ||
16 | /* This is a NOFORK applet. Be very careful! */ | 16 | /* This is a NOFORK applet. Be very careful! */ |
17 | 17 | ||