summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-02 19:52:50 +0000
committerRoland McGrath <roland@gnu.org>1999-05-02 19:52:50 +0000
commit3bd148876e52099362fe88d14b103d693c9b9241 (patch)
tree4fedf830574bd4bbf16cb642979ed58beadd98fd /auth
parent58ab31b6b4c78c585577c269213018684a61fb6d (diff)
1999-05-02 Roland McGrath <roland@baalperazim.frob.com>
* auth.c: Include <error.h>.
Diffstat (limited to 'auth')
-rw-r--r--auth/auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth.c b/auth/auth.c
index a0888848..a49d58c9 100644
--- a/auth/auth.c
+++ b/auth/auth.c
@@ -29,6 +29,7 @@
#include <idvec.h>
#include <assert.h>
#include <argp.h>
+#include <error.h>
#include <version.h>
#include "auth_S.h"
#include "auth_reply_U.h"