aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-18 20:41:33 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-18 20:41:33 +0000
commit7f04b5e3208882eaeabb8c11d64c9b6e90d3e253 (patch)
tree35d63fa87aaf4ee1cb0e0fac36b2853577608016 /coreutils
parentbed30e97005aca748a44806399c646633038daa8 (diff)
downloadbusybox-7f04b5e3208882eaeabb8c11d64c9b6e90d3e253.tar.gz
Fixed include
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/sync.c1
1 files changed, 1 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 @@
#include "internal.h"
+#include <stdio.h>
extern int
sync_main(int argc, char * * argv)