diff options
Diffstat (limited to 'miscutils/less.c')
-rw-r--r-- | miscutils/less.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miscutils/less.c b/miscutils/less.c index 940b1c865..596490483 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -30,6 +30,7 @@ | |||
30 | * redirected input has been read from stdin | 30 | * redirected input has been read from stdin |
31 | */ | 31 | */ |
32 | 32 | ||
33 | #include "busybox.h" | ||
33 | #include <stdio.h> | 34 | #include <stdio.h> |
34 | #include <stdlib.h> | 35 | #include <stdlib.h> |
35 | #include <string.h> | 36 | #include <string.h> |
@@ -37,8 +38,6 @@ | |||
37 | #include <unistd.h> | 38 | #include <unistd.h> |
38 | #include <ctype.h> | 39 | #include <ctype.h> |
39 | 40 | ||
40 | #include "busybox.h" | ||
41 | |||
42 | #ifdef CONFIG_FEATURE_LESS_REGEXP | 41 | #ifdef CONFIG_FEATURE_LESS_REGEXP |
43 | #include "xregex.h" | 42 | #include "xregex.h" |
44 | #endif | 43 | #endif |