From 7e3644da1f9408cfb078bb75d8049118f97bb8c3 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 25 Apr 1999 14:58:34 +0000 Subject: [PATCH] fix for stupid aix warnings git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6045 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index baa3e5af2..8ff5d99df 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -93,6 +93,11 @@ #ifdef HAVE_NETDB_H #include #endif +#ifdef _AIX +struct ether_addr; +struct mbuf; +struct sockaddr_dl; +#endif #ifdef HAVE_ARPA_INET_H #include #endif