diff options
Diffstat (limited to 'coreutils/chmod.c')
-rw-r--r-- | coreutils/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/chmod.c b/coreutils/chmod.c index aa36258..52cc40d 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c @@ -14,7 +14,7 @@ /* BB_AUDIT GNU defects - unsupported long options. */ /* http://www.opengroup.org/onlinepubs/007904975/utilities/chmod.html */ -#include "busybox.h" +#include "libbb.h" /* This is a NOEXEC applet. Be very careful! */ |