Date: Mon, 24 Jan 2011 11:06:40 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r217777 - head/lib/libkvm Message-ID: <201101241106.p0OB6eZq088761@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: uqs Date: Mon Jan 24 11:06:40 2011 New Revision: 217777 URL: http://svn.freebsd.org/changeset/base/217777 Log: libkvm: Unbreak build for powerpc64/powerpc This slipped through my testing due to the recent roto-tiling of the ARCH/TARGET parts that I need to catch up with. Mea culpa. Modified: head/lib/libkvm/kvm_powerpc64.c Modified: head/lib/libkvm/kvm_powerpc64.c ============================================================================== --- head/lib/libkvm/kvm_powerpc64.c Mon Jan 24 10:58:36 2011 (r217776) +++ head/lib/libkvm/kvm_powerpc64.c Mon Jan 24 11:06:40 2011 (r217777) @@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$"); #include <limits.h> #include <kvm.h> #include <stdlib.h> +#include <string.h> #include "kvm_private.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101241106.p0OB6eZq088761>