diff options
Diffstat (limited to 'miscutils/strings.c')
-rw-r--r-- | miscutils/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/strings.c b/miscutils/strings.c index 7758907..107f6b4 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c @@ -13,11 +13,11 @@ * Badly hacked by Tito Ragusa <farmatito@tiscali.it> */ +#include "busybox.h" #include <stdio.h> #include <stdlib.h> #include <getopt.h> #include <ctype.h> -#include "busybox.h" #define WHOLE_FILE 1 #define PRINT_NAME 2 |