Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / sync.c
diff --git a/sync.c b/sync.c
index 3737cb1f1822f86aebfb0421116bc048e3ed7fd2..8f101cf17a219efbe10a4c980ac6d74dd3daf17c 100644 (file)
--- a/sync.c
+++ b/sync.c
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 
 extern int sync_main(int argc, char **argv)