From 37ce1009ff4e9b270986776afae0dc93f03fccf8 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 29 Sep 1997 20:49:12 +0000 Subject: [PATCH] forward declaration of `struct sockaddr' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3570 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 2 ++ 1 file changed, 2 insertions(+) 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__ */