From owner-svn-src-head@FreeBSD.ORG Thu Feb 5 21:18:39 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE1D106566C; Thu, 5 Feb 2009 21:18:39 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4C26A8FC13; Thu, 5 Feb 2009 21:18:39 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n15LIdAY039424; Thu, 5 Feb 2009 21:18:39 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n15LIdTp039423; Thu, 5 Feb 2009 21:18:39 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200902052118.n15LIdTp039423@svn.freebsd.org> From: Kip Macy Date: Thu, 5 Feb 2009 21:18:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188198 - head/sys/dev/xen/netfront X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 21:18:39 -0000 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 #include #include +#include #include #include #include