Date: Thu, 5 Feb 2009 21:18:39 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188198 - head/sys/dev/xen/netfront Message-ID: <200902052118.n15LIdTp039423@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmacy Date: Thu Feb 5 21:18:39 2009 New Revision: 188198 URL: http://svn.freebsd.org/changeset/base/188198 Log: fix non-witness compile Modified: head/sys/dev/xen/netfront/netfront.c Modified: head/sys/dev/xen/netfront/netfront.c ============================================================================== --- head/sys/dev/xen/netfront/netfront.c Thu Feb 5 21:13:31 2009 (r188197) +++ head/sys/dev/xen/netfront/netfront.c Thu Feb 5 21:18:39 2009 (r188198) @@ -24,6 +24,7 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/sockio.h> #include <sys/mbuf.h> +#include <sys/lock.h> #include <sys/malloc.h> #include <sys/module.h> #include <sys/kernel.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902052118.n15LIdTp039423>