aboutsummaryrefslogtreecommitdiff
path: root/coreutils/length.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/length.c')
-rw-r--r--coreutils/length.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/length.c b/coreutils/length.c
index cf4fb1c07..14d15c81c 100644
--- a/coreutils/length.c
+++ b/coreutils/length.c
@@ -1,5 +1,5 @@
/* vi: set sw=4 ts=4: */
-#include "internal.h"
+#include "busybox.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>