aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r--coreutils/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index b9c07adf8..e2ed3ee1f 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -30,7 +30,7 @@
30 */ 30 */
31 31
32#include <getopt.h> 32#include <getopt.h>
33#include "busybox.h" 33#include "libbb.h"
34 34
35/* This is a NOEXEC applet. Be very careful! */ 35/* This is a NOEXEC applet. Be very careful! */
36 36