From 56b21e21af925e0c5b09f66851b6570eb7409cf2 Mon Sep 17 00:00:00 2001 From: uqs Date: Mon, 24 Jan 2011 11:06:40 +0000 Subject: [PATCH] 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. --- lib/libkvm/kvm_powerpc64.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libkvm/kvm_powerpc64.c b/lib/libkvm/kvm_powerpc64.c index b027d51b057d..f3a2b244250e 100644 --- a/lib/libkvm/kvm_powerpc64.c +++ b/lib/libkvm/kvm_powerpc64.c @@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include "kvm_private.h"