From 8d6c6946ddc86f8af7c2cad20bc4209ee5b3f88b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 16 Dec 1994 05:41:05 +0000 Subject: Include "error.h" instead of simply declaring `void error ();'. --- src/cat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cat.c') diff --git a/src/cat.c b/src/cat.c index 30e1eda57..8ef9d7161 100644 --- a/src/cat.c +++ b/src/cat.c @@ -32,12 +32,12 @@ #endif #include "system.h" #include "version.h" +#include "error.h" #define max(h,i) ((h) > (i) ? (h) : (i)) char *stpcpy (); char *xmalloc (); -void error (); int full_write (); int safe_read (); -- cgit v1.2.3-54-g00ecf