From 7323b7d9f2c7710bf836cd31213b7e0c644cebe5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 16 Dec 1994 05:42:47 +0000 Subject: Include "error.h" instead of simply declaring `void error ();'. --- src/sum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sum.c') diff --git a/src/sum.c b/src/sum.c index 6c68c0b1a..2a77eef27 100644 --- a/src/sum.c +++ b/src/sum.c @@ -26,11 +26,11 @@ #include #include "system.h" #include "version.h" +#include "error.h" static int bsd_sum_file (); static int sysv_sum_file (); -void error (); int safe_read (); /* The name this program was run with. */ -- cgit v1.2.3-54-g00ecf