diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index ec3f32db0..09e45e35b 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -422,6 +422,8 @@ extern krb5_cc_ops krb5_mcc_ops; struct credentials; /* this is to keep the compiler happy */ struct getargs; +struct sockaddr; + #include #endif /* __KRB5_H__ */