Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 04:36:35 +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: r259538 - head/sys/dev/netmap
Message-ID:  <201312180436.rBI4aZHW012691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312180436.rBI4aZHW012691>