mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add route.h to pick up the rt_ifmsg() declaration.
This commit is contained in:
parent
923332f7c5
commit
e6d95d5137
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
#include <net/if_dl.h>
|
||||
#include <net/if_types.h>
|
||||
#include <net/if_vlan_var.h>
|
||||
#include <net/route.h>
|
||||
|
||||
#ifdef INET
|
||||
#include <netinet/in.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue