Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2009 18:04:43 +0000 (UTC)
From:      Attilio Rao <attilio@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: r192320 - stable/6/lib/libthread_db/arch/amd64
Message-ID:  <200905181804.n4II4hxl070393@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Mon May 18 18:04:42 2009
New Revision: 192320
URL: http://svn.freebsd.org/changeset/base/192320

Log:
  Fix the world breakage, on amd64, introduced by the last libthread_db
  commit.
  
  Reported by:	many
  Sponsored by:	Sandvine Incorporated
  Pointy hat to:	attilio

Modified:
  stable/6/lib/libthread_db/arch/amd64/libpthread_md.c

Modified: stable/6/lib/libthread_db/arch/amd64/libpthread_md.c
==============================================================================
--- stable/6/lib/libthread_db/arch/amd64/libpthread_md.c	Mon May 18 17:57:33 2009	(r192319)
+++ stable/6/lib/libthread_db/arch/amd64/libpthread_md.c	Mon May 18 18:04:42 2009	(r192320)
@@ -29,6 +29,7 @@
 __FBSDID("$FreeBSD$");
 
 #include <sys/procfs.h>
+#include <string.h>
 #include <thread_db.h>
 #include <ucontext.h>
 



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