From a9f1783e20a09e761fa29faec3f381978043cf88 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 20 Dec 1994 05:26:44 +0000 Subject: * src/*.c: Include "error.h" instead of simply declaring `void error ();'. --- src/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expr.c') diff --git a/src/expr.c b/src/expr.c index a98cc21f4..f971ce36d 100644 --- a/src/expr.c +++ b/src/expr.c @@ -36,6 +36,7 @@ #include "system.h" #include "version.h" #include "long-options.h" +#include "error.h" #define NEW(type) ((type *) xmalloc (sizeof (type))) #define OLD(x) free ((char *) x) @@ -66,7 +67,6 @@ static char **args; /* The name this program was run with. */ char *program_name; -void error (); char *xstrdup (); char *strstr (); char *xmalloc (); -- cgit v1.2.3-54-g00ecf