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 aa3625877..52cc40d97 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c | |||
@@ -14,7 +14,7 @@ | |||
14 | /* BB_AUDIT GNU defects - unsupported long options. */ | 14 | /* BB_AUDIT GNU defects - unsupported long options. */ |
15 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/chmod.html */ | 15 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/chmod.html */ |
16 | 16 | ||
17 | #include "busybox.h" | 17 | #include "libbb.h" |
18 | 18 | ||
19 | /* This is a NOEXEC applet. Be very careful! */ | 19 | /* This is a NOEXEC applet. Be very careful! */ |
20 | 20 | ||