aboutsummaryrefslogtreecommitdiff
path: root/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'find.c')
-rw-r--r--find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/find.c b/find.c
index a07dc8ecb..15e693ab9 100644
--- a/find.c
+++ b/find.c
@@ -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
38static char *pattern; 38static char *pattern;