diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 134c02049..578297538 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -39,6 +39,11 @@ #include #include #include + +#ifdef _AIX +struct ether_addr; +struct sockaddr_dl; +#endif #ifdef HAVE_SYS_PARAM_H #include #endif