From 59097c0922bb1888f0dcdc9ee5b51e33f18fba6f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 Dec 1994 13:36:22 +0000 Subject: Include "error.h" rather than simply declaring `void error ();'. --- src/sync.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sync.c') diff --git a/src/sync.c b/src/sync.c index d2968a5ac..7e437e184 100644 --- a/src/sync.c +++ b/src/sync.c @@ -24,8 +24,7 @@ #include "system.h" #include "long-options.h" #include "version.h" - -void error (); +#include "error.h" /* The name this program was run with. */ char *program_name; -- cgit v1.2.3-54-g00ecf