diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/keytab/file/ktf_util.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/krb5/keytab/file/ktf_util.c b/src/lib/krb5/keytab/file/ktf_util.c index 7483d356b..e46dc16e5 100644 --- a/src/lib/krb5/keytab/file/ktf_util.c +++ b/src/lib/krb5/keytab/file/ktf_util.c @@ -2,7 +2,8 @@ * $Source$ * $Author$ * - * Copyright 1990 by the Massachusetts Institute of Technology. + * Copyright 1990,1991 by the Massachusetts Institute of Technology. + * All Rights Reserved. * * For copying and distribution information, please see the file * <krb5/copyright.h>. @@ -44,13 +45,13 @@ static char rcsid_ktf_util_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/krb5.h> #include <krb5/ext-proto.h> #include <krb5/libos.h> #include <krb5/libos-proto.h> #include "ktfile.h" +#include <netinet/in.h> /* XXX ip only? */ #define KRB5_KT_VNO 0x0501 /* krb5, keytab v 1 */ |
