From owner-svn-src-stable-6@FreeBSD.ORG Sat Oct 3 16:13:57 2009 Return-Path: Delivered-To: svn-src-stable-6@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21A4A106568B; Sat, 3 Oct 2009 16:13:57 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0F5058FC0C; Sat, 3 Oct 2009 16:13:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n93GDuc0045408; Sat, 3 Oct 2009 16:13:56 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n93GDucb045406; Sat, 3 Oct 2009 16:13:56 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <200910031613.n93GDucb045406@svn.freebsd.org> From: Nathan Whitehorn Date: Sat, 3 Oct 2009 16:13:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org X-SVN-Group: stable-6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197736 - stable/6/lib/libthread_db/arch/alpha X-BeenThere: svn-src-stable-6@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 6-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2009 16:13:57 -0000 Author: nwhitehorn Date: Sat Oct 3 16:13:56 2009 New Revision: 197736 URL: http://svn.freebsd.org/changeset/base/197736 Log: Fix world build on alpha, by adding an include now required but only added on other platforms. Note: this is not an MFC due to removal of alpha support in head. Modified: stable/6/lib/libthread_db/arch/alpha/libpthread_md.c Modified: stable/6/lib/libthread_db/arch/alpha/libpthread_md.c ============================================================================== --- stable/6/lib/libthread_db/arch/alpha/libpthread_md.c Sat Oct 3 15:02:55 2009 (r197735) +++ stable/6/lib/libthread_db/arch/alpha/libpthread_md.c Sat Oct 3 16:13:56 2009 (r197736) @@ -28,6 +28,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include "libpthread_db.h"