Fixed a memory leak in lash. It seems that close_all was calling close()
[oweals/busybox.git] / find.c
diff --git a/find.c b/find.c
index a07dc8ecb632fbe82d4f593228b911c8004a238d..15e693ab9acd628b50688a15afd1b24283588d62 100644 (file)
--- a/find.c
+++ b/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;