1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Fix build with VIMAGE.

This commit is contained in:
Gleb Smirnoff 2014-01-09 00:59:03 +00:00
parent a43caef195
commit 339f59c096
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260462

View File

@ -145,6 +145,8 @@ ports attached to the switch)
#include <sys/socket.h> /* sockaddrs */
#include <sys/selinfo.h>
#include <sys/sysctl.h>
#include <sys/jail.h>
#include <net/vnet.h>
#include <net/if.h>
#include <net/if_var.h>
#include <net/bpf.h> /* BIOCIMMEDIATE */