diff options
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index fd4eace..93a283d 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c @@ -11,7 +11,7 @@ /* BB_AUDIT GNU options missing: -d, -F, -i, and -v. */ /* http://www.opengroup.org/onlinepubs/007904975/utilities/ln.html */ -#include "busybox.h" +#include "libbb.h" /* This is a NOEXEC applet. Be very careful! */ |