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/who.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/who.c') diff --git a/src/who.c b/src/who.c index 1d768fc79..2cdbc5712 100644 --- a/src/who.c +++ b/src/who.c @@ -53,6 +53,7 @@ #include "system.h" #include "version.h" #include "safe-stat.h" +#include "error.h" #if !defined (UTMP_FILE) && defined (_PATH_UTMP) /* 4.4BSD. */ #define UTMP_FILE _PATH_UTMP @@ -85,7 +86,6 @@ #endif /* USERS */ #endif /* WHO */ -void error (); int gethostname (); char *ttyname (); char *xmalloc (); -- cgit v1.2.3-54-g00ecf