aboutsummaryrefslogtreecommitdiff
path: root/xargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'xargs.c')
-rw-r--r--xargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xargs.c b/xargs.c
index f05efd917..01aa5be69 100644
--- a/xargs.c
+++ b/xargs.c
@@ -21,10 +21,10 @@
21 * 21 *
22 */ 22 */
23 23
24#include "busybox.h"
25#include <stdio.h> 24#include <stdio.h>
26#include <stdlib.h> 25#include <stdlib.h>
27#include <string.h> 26#include <string.h>
27#include "busybox.h"
28 28
29int xargs_main(int argc, char **argv) 29int xargs_main(int argc, char **argv)
30{ 30{