diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-02 19:52:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-02 19:52:50 +0000 |
commit | 3bd148876e52099362fe88d14b103d693c9b9241 (patch) | |
tree | 4fedf830574bd4bbf16cb642979ed58beadd98fd /auth/auth.c | |
parent | 58ab31b6b4c78c585577c269213018684a61fb6d (diff) |
1999-05-02 Roland McGrath <roland@baalperazim.frob.com>
* auth.c: Include <error.h>.
Diffstat (limited to 'auth/auth.c')
-rw-r--r-- | auth/auth.c | 1 |
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" |