diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index b9c07ad..e2ed3ee 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c @@ -30,7 +30,7 @@ */ #include <getopt.h> -#include "busybox.h" +#include "libbb.h" /* This is a NOEXEC applet. Be very careful! */ |