Date: Thu, 9 Jan 2014 00:59:03 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r260462 - head/sys/dev/netmap Message-ID: <201401090059.s090x3vX054826@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Thu Jan 9 00:59:03 2014 New Revision: 260462 URL: http://svnweb.freebsd.org/changeset/base/260462 Log: Fix build with VIMAGE. Modified: head/sys/dev/netmap/netmap.c Modified: head/sys/dev/netmap/netmap.c ============================================================================== --- head/sys/dev/netmap/netmap.c Thu Jan 9 00:11:14 2014 (r260461) +++ head/sys/dev/netmap/netmap.c Thu Jan 9 00:59:03 2014 (r260462) @@ -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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401090059.s090x3vX054826>