Fixed include
authorEric Andersen <andersen@codepoet.org>
Mon, 18 Oct 1999 20:41:33 +0000 (20:41 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 18 Oct 1999 20:41:33 +0000 (20:41 -0000)
coreutils/sync.c
sync.c

index e7aa445856e32443aec22ede46f659d916368737..572d749245972afa18ff1c42586400e72829f4e5 100644 (file)
@@ -1,4 +1,5 @@
 #include "internal.h"
+#include <stdio.h>
 
 extern int
 sync_main(int argc, char * * argv)
diff --git a/sync.c b/sync.c
index e7aa445856e32443aec22ede46f659d916368737..572d749245972afa18ff1c42586400e72829f4e5 100644 (file)
--- a/sync.c
+++ b/sync.c
@@ -1,4 +1,5 @@
 #include "internal.h"
+#include <stdio.h>
 
 extern int
 sync_main(int argc, char * * argv)