diff options
-rw-r--r-- | coreutils/sync.c | 1 | ||||
-rw-r--r-- | sync.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/sync.c b/coreutils/sync.c index e7aa44585..572d74924 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c | |||
@@ -1,4 +1,5 @@ | |||
1 | #include "internal.h" | 1 | #include "internal.h" |
2 | #include <stdio.h> | ||
2 | 3 | ||
3 | extern int | 4 | extern int |
4 | sync_main(int argc, char * * argv) | 5 | sync_main(int argc, char * * argv) |
@@ -1,4 +1,5 @@ | |||
1 | #include "internal.h" | 1 | #include "internal.h" |
2 | #include <stdio.h> | ||
2 | 3 | ||
3 | extern int | 4 | extern int |
4 | sync_main(int argc, char * * argv) | 5 | sync_main(int argc, char * * argv) |