X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..5eebf7385fedb1517b66b53c28e5aa6bb0a2be50:/bsd/netat/routing_tables.h diff --git a/bsd/netat/routing_tables.h b/bsd/netat/routing_tables.h index e7a15ad78..5376ab6a7 100644 --- a/bsd/netat/routing_tables.h +++ b/bsd/netat/routing_tables.h @@ -31,6 +31,8 @@ #ifndef _NETAT_ROUTING_TABLES_H_ #define _NETAT_ROUTING_TABLES_H_ +#include +#ifdef __APPLE_API_PRIVATE /* RTMP table entry state bitmap (EntryState) values */ @@ -211,4 +213,5 @@ extern void rtmp_router_input(); #endif /* KERNEL */ +#endif /* __APPLE_API_PRIVATE */ #endif /* _NETAT_ROUTING_TABLES_H_ */