Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'length.c')
-rw-r--r--length.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/length.c b/length.c
index cf4fb1c07..14d15c81c 100644
--- a/length.c
+++ b/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>