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.
This commit is contained in:
uqs 2011-01-24 11:06:40 +00:00
parent 5616240f6b
commit 56b21e21af

View File

@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
#include <limits.h>
#include <kvm.h>
#include <stdlib.h>
#include <string.h>
#include "kvm_private.h"