diff options
-rw-r--r-- | usr.bin/passwd/krb_passwd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/passwd/krb_passwd.c b/usr.bin/passwd/krb_passwd.c index c8829188c4f..6e50263dbbb 100644 --- a/usr.bin/passwd/krb_passwd.c +++ b/usr.bin/passwd/krb_passwd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: krb_passwd.c,v 1.11 1999/05/23 17:19:21 aaron Exp $ */ +/* $OpenBSD: krb_passwd.c,v 1.12 1999/08/16 19:51:26 art Exp $ */ /* $KTH: kpasswd.c,v 1.25 1997/05/02 14:28:51 assar Exp $ */ /* @@ -58,6 +58,7 @@ #include <string.h> #include <stdlib.h> #include <unistd.h> +#include <com_err.h> char realm[REALM_SZ]; |