diff options
Diffstat (limited to 'find.c')
-rw-r--r-- | find.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,6 @@ | |||
24 | * | 24 | * |
25 | */ | 25 | */ |
26 | 26 | ||
27 | #include "busybox.h" | ||
28 | #include <stdio.h> | 27 | #include <stdio.h> |
29 | #include <unistd.h> | 28 | #include <unistd.h> |
30 | #include <dirent.h> | 29 | #include <dirent.h> |
@@ -33,6 +32,7 @@ | |||
33 | #include <fnmatch.h> | 32 | #include <fnmatch.h> |
34 | #include <time.h> | 33 | #include <time.h> |
35 | #include <ctype.h> | 34 | #include <ctype.h> |
35 | #include "busybox.h" | ||
36 | 36 | ||
37 | 37 | ||
38 | static char *pattern; | 38 | static char *pattern; |