svn commit: r188198 - head/sys/dev/xen/netfront
Kip Macy
kmacy at FreeBSD.org
Thu Feb 5 13:18:39 PST 2009
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>
More information about the svn-src-all
mailing list