Fix func prototype
[oweals/busybox.git] / xargs.c
diff --git a/xargs.c b/xargs.c
index f05efd917263be560823a27ae217c7e8060950ff..01aa5be69a48d0f765c0bf80dfead1fa36586b5d 100644 (file)
--- a/xargs.c
+++ b/xargs.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include "busybox.h"
 
 int xargs_main(int argc, char **argv)
 {