Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2009 05:52:22 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r193618 - head/sys/dev/xen/netfront
Message-ID:  <200906070552.n575qM6o083553@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sun Jun  7 05:52:22 2009
New Revision: 193618
URL: http://svn.freebsd.org/changeset/base/193618

Log:
  Fix compilation when compiled w/out WITNESS.
  
  Submitted by:	Edwin Shao <poleris@gmail.com>

Modified:
  head/sys/dev/xen/netfront/netfront.c

Modified: head/sys/dev/xen/netfront/netfront.c
==============================================================================
--- head/sys/dev/xen/netfront/netfront.c	Sun Jun  7 05:49:37 2009	(r193617)
+++ head/sys/dev/xen/netfront/netfront.c	Sun Jun  7 05:52:22 2009	(r193618)
@@ -30,6 +30,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/socket.h>
 #include <sys/sysctl.h>
 #include <sys/queue.h>
+#include <sys/lock.h>
 #include <sys/sx.h>
 
 #include <net/if.h>



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