diff options
author | Eric Andersen | 1999-10-18 20:41:33 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-18 20:41:33 +0000 |
commit | 7f04b5e3208882eaeabb8c11d64c9b6e90d3e253 (patch) | |
tree | 35d63fa87aaf4ee1cb0e0fac36b2853577608016 | |
parent | bed30e97005aca748a44806399c646633038daa8 (diff) | |
download | busybox-7f04b5e3208882eaeabb8c11d64c9b6e90d3e253.zip busybox-7f04b5e3208882eaeabb8c11d64c9b6e90d3e253.tar.gz |
Fixed include
-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 e7aa445..572d749 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c @@ -1,4 +1,5 @@ #include "internal.h" +#include <stdio.h> extern int sync_main(int argc, char * * argv) @@ -1,4 +1,5 @@ #include "internal.h" +#include <stdio.h> extern int sync_main(int argc, char * * argv) |