mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
dummymbuf: Explicitly include if_private.h
struct ifnet is expected to be private for everything outside of the network stack (sys/net*, except netlink. Since dummymbuf is part of the network stack, explicitly include the header to get access to the private members. Sponsored by: Juniper Networks, Inc.
This commit is contained in:
parent
84d7ec4c65
commit
3f2eb1ac23
@ -37,6 +37,7 @@
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_var.h>
|
||||
#include <net/if_private.h>
|
||||
#include <net/vnet.h>
|
||||
#include <net/pfil.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user