From 7f04b5e3208882eaeabb8c11d64c9b6e90d3e253 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 18 Oct 1999 20:41:33 +0000 Subject: [PATCH] Fixed include --- coreutils/sync.c | 1 + sync.c | 1 + 2 files changed, 2 insertions(+) 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)