diff options
Diffstat (limited to 'kerberosIV/kpasswdd/kpasswdd.c')
-rw-r--r-- | kerberosIV/kpasswdd/kpasswdd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/kpasswdd/kpasswdd.c b/kerberosIV/kpasswdd/kpasswdd.c index c1908084671..11386501afb 100644 --- a/kerberosIV/kpasswdd/kpasswdd.c +++ b/kerberosIV/kpasswdd/kpasswdd.c @@ -1,4 +1,4 @@ -/* $Id: kpasswdd.c,v 1.3 1997/02/15 19:56:16 tholo Exp $ */ +/* $Id: kpasswdd.c,v 1.4 1997/06/29 10:32:15 provos Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -57,7 +57,7 @@ static char sccsid[] = "@(#)kpasswdd.c 8.1 (Berkeley) 6/4/93"; #include <netinet/in.h> #include <pwd.h> #include <syslog.h> -#include <kerberosIV/des.h> +#include <des.h> #include <kerberosIV/krb.h> #include <kerberosIV/krb_db.h> #include <stdio.h> |