It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / sync.c
diff --git a/sync.c b/sync.c
index 3d4686efaef006ea3e4405263f8e4bbd3332ad1a..ee22ae109c5a222dd29a958ef375138f54e4220e 100644 (file)
--- a/sync.c
+++ b/sync.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include "busybox.h"
 
 extern int sync_main(int argc, char **argv)
 {