diff options
Diffstat (limited to 'findutils/find.c')
-rw-r--r-- | findutils/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index a07dc8ecb..15e693ab9 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -24,7 +24,6 @@ * */ -#include "busybox.h" #include <stdio.h> #include <unistd.h> #include <dirent.h> @@ -33,6 +32,7 @@ #include <fnmatch.h> #include <time.h> #include <ctype.h> +#include "busybox.h" static char *pattern; |