It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / findutils / find.c
index a07dc8ecb632fbe82d4f593228b911c8004a238d..15e693ab9acd628b50688a15afd1b24283588d62 100644 (file)
@@ -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;