fix for stupid aix warnings
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6045 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -93,6 +93,11 @@
|
||||
#ifdef HAVE_NETDB_H
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
#ifdef _AIX
|
||||
struct ether_addr;
|
||||
struct mbuf;
|
||||
struct sockaddr_dl;
|
||||
#endif
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user