Fix userland build broken by r360292.

This commit is contained in:
Alexander V. Chernikov 2020-04-25 09:25:06 +00:00
parent a3fc40936a
commit 57e70e4471

View File

@ -331,6 +331,7 @@ struct rt_msghdr {
#define RTAX_BRD 7 /* for NEWADDR, broadcast or p-p dest addr */
#define RTAX_MAX 8 /* size of array to allocate */
struct rtentry;
struct nhop_object;
typedef int rt_filter_f_t(const struct rtentry *, const struct nhop_object *,
void *);