svn commit: r192320 - stable/6/lib/libthread_db/arch/amd64
Attilio Rao
attilio at FreeBSD.org
Mon May 18 18:04:43 UTC 2009
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>
More information about the svn-src-stable
mailing list