diff --git a/netinet/sctp_structs.h b/netinet/sctp_structs.h index 543d386..f49f2c8 100755 --- a/netinet/sctp_structs.h +++ b/netinet/sctp_structs.h @@ -250,6 +250,9 @@ struct sctp_net_route { #endif #endif #if defined(__APPLE__) +#if !defined(APPLE_LEOPARD) && !defined(APPLE_SNOWLEOPARD) && !defined(APPLE_LION) && !defined(APPLE_MOUNTAINLION) && !defined(APPLE_ELCAPITAN) + struct llentry *ro_lle; +#endif #if !defined(APPLE_LEOPARD) && !defined(APPLE_SNOWLEOPARD) && !defined(APPLE_LION) && !defined(APPLE_MOUNTAINLION) struct ifaddr *ro_srcia; #endif