aboutsummaryrefslogtreecommitdiff
path: root/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'sync.c')
-rw-r--r--sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.c b/sync.c
index 3d4686efa..ee22ae109 100644
--- a/sync.c
+++ b/sync.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 <unistd.h> 26#include <unistd.h>
27#include "busybox.h"
28 28
29extern int sync_main(int argc, char **argv) 29extern int sync_main(int argc, char **argv)
30{ 30{