svn commit: r259538 - head/sys/dev/netmap
Gleb Smirnoff
glebius at FreeBSD.org
Wed Dec 18 04:36:35 UTC 2013
Author: glebius
Date: Wed Dec 18 04:36:35 2013
New Revision: 259538
URL: http://svnweb.freebsd.org/changeset/base/259538
Log:
Fix build.
Modified:
head/sys/dev/netmap/netmap.c
Modified: head/sys/dev/netmap/netmap.c
==============================================================================
--- head/sys/dev/netmap/netmap.c Wed Dec 18 03:58:51 2013 (r259537)
+++ head/sys/dev/netmap/netmap.c Wed Dec 18 04:36:35 2013 (r259538)
@@ -151,6 +151,7 @@ ports attached to the switch)
#include <machine/bus.h> /* bus_dmamap_* */
#include <sys/endian.h>
#include <sys/refcount.h>
+#include <sys/jail.h>
/* reduce conditional code */
More information about the svn-src-head
mailing list