From 6ee6ac7fec9baa637ec358587fdaa83890598b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= 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 b027d51b057..f3a2b244250 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"