Apply a patch from Evin Robertson -- new pivot_root applet.
[oweals/busybox.git] / sync.c
diff --git a/sync.c b/sync.c
index 3737cb1f1822f86aebfb0421116bc048e3ed7fd2..f95c24c6cfcadd8749664f4fd3c980e21d2b650c 100644 (file)
--- a/sync.c
+++ b/sync.c
@@ -21,8 +21,9 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
+#include <unistd.h>
 
 extern int sync_main(int argc, char **argv)
 {