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"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"