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/install.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/install.c') diff --git a/src/install.c b/src/install.c index 10672234f..b79e28d1c 100644 --- a/src/install.c +++ b/src/install.c @@ -58,11 +58,13 @@ #include #include #include + #include "system.h" #include "version.h" #include "safe-stat.h" #include "modechange.h" #include "makepath.h" +#include "error.h" #ifdef _POSIX_VERSION #include @@ -88,7 +90,6 @@ int wait (); char *basename (); char *stpcpy (); char *xmalloc (); -void error (); int safe_read (); int full_write (); int isdir (); -- cgit v1.2.3-54-g00ecf