Date: Sat, 3 Oct 2009 16:13:56 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org Subject: svn commit: r197736 - stable/6/lib/libthread_db/arch/alpha Message-ID: <200910031613.n93GDucb045406@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/procfs.h> +#include <thread_db.h> #include <ucontext.h> #include "libpthread_db.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910031613.n93GDucb045406>