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