It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / findutils / xargs.c
index f05efd917263be560823a27ae217c7e8060950ff..01aa5be69a48d0f765c0bf80dfead1fa36586b5d 100644 (file)
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include "busybox.h"
 
 int xargs_main(int argc, char **argv)
 {