summaryrefslogtreecommitdiff
path: root/src/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/id.c')
-rw-r--r--src/id.c2
1 files changed, 1 insertions, 1 deletions
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 <limits.h>
@@ -51,7 +52,6 @@ gid_t getegid ();
char *xmalloc ();
int getugroups ();
-void error ();
static void print_user ();
static void print_group ();