From owner-svn-src-all@FreeBSD.ORG Mon Dec 8 03:48:03 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7BC11065670; Mon, 8 Dec 2008 03:48:03 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A64CF8FC0C; Mon, 8 Dec 2008 03:48:03 +0000 (UTC) (envelope-from yongari@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 mB83m3eG045960; Mon, 8 Dec 2008 03:48:03 GMT (envelope-from yongari@svn.freebsd.org) Received: (from yongari@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mB83m3Oi045959; Mon, 8 Dec 2008 03:48:03 GMT (envelope-from yongari@svn.freebsd.org) Message-Id: <200812080348.mB83m3Oi045959@svn.freebsd.org> From: Pyun YongHyeon Date: Mon, 8 Dec 2008 03:48:03 +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: r185758 - head/sys/dev/fxp X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2008 03:48:03 -0000 Author: yongari Date: Mon Dec 8 03:48:03 2008 New Revision: 185758 URL: http://svn.freebsd.org/changeset/base/185758 Log: mutex.h is needed here. It got it by namespace pollution. Pointed out by: bde Modified: head/sys/dev/fxp/if_fxp.c Modified: head/sys/dev/fxp/if_fxp.c ============================================================================== --- head/sys/dev/fxp/if_fxp.c Mon Dec 8 03:00:45 2008 (r185757) +++ head/sys/dev/fxp/if_fxp.c Mon Dec 8 03:48:03 2008 (r185758) @@ -44,7 +44,9 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include +#include #include #include #include