declare ether_addr and sockaddr_dl for AIX

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8624 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-07-08 18:02:02 +00:00
parent 487e69076e
commit 97aa8026cf

View File

@@ -39,6 +39,11 @@
#include <stdarg.h>
#include <string.h>
#include <signal.h>
#ifdef _AIX
struct ether_addr;
struct sockaddr_dl;
#endif
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif