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/ln.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ln.c') diff --git a/src/ln.c b/src/ln.c index c856c77d3..3bab2cfe5 100644 --- a/src/ln.c +++ b/src/ln.c @@ -25,11 +25,13 @@ #include #include #include + #include "system.h" #include "backupfile.h" #include "version.h" #include "safe-lstat.h" #include "safe-stat.h" +#include "error.h" int link (); /* Some systems don't declare this anywhere. */ @@ -61,7 +63,6 @@ char *basename (); enum backup_type get_version (); int isdir (); int yesno (); -void error (); void strip_trailing_slashes (); char *stpcpy (); -- cgit v1.2.3-54-g00ecf