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/id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/id.c') diff --git a/src/id.c b/src/id.c index 9f1daa88a..4e7897bba 100644 --- a/src/id.c +++ b/src/id.c @@ -28,6 +28,7 @@ #include "version.h" #include "system.h" +#include "error.h" #ifdef _POSIX_VERSION #include @@ -51,7 +52,6 @@ gid_t getegid (); char *xmalloc (); int getugroups (); -void error (); static void print_user (); static void print_group (); -- cgit v1.2.3-54-g00ecf