From: Eric Andersen Date: Mon, 18 Oct 1999 20:41:33 +0000 (-0000) Subject: Fixed include X-Git-Tag: 0_32~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f04b5e3208882eaeabb8c11d64c9b6e90d3e253;p=oweals%2Fbusybox.git Fixed include --- 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 extern int sync_main(int argc, char * * argv) diff --git a/sync.c b/sync.c index e7aa44585..572d74924 100644 --- a/sync.c +++ b/sync.c @@ -1,4 +1,5 @@ #include "internal.h" +#include extern int sync_main(int argc, char * * argv)