From mboxrd@z Thu Jan 1 00:00:00 1970 From: ehrhardt@linux.vnet.ibm.com Subject: [PATCH] kvmtrace: fix ktime_t type usage in kvm.h Date: Tue, 15 Jul 2008 10:21:46 +0200 Message-ID: <1216110106-3961-1-git-send-email-ehrhardt@linux.vnet.ibm.com> Cc: hollisb@us.ibm.com, avi@qumranet.com, kvm-ppc@vger.kernel.org, ehrhardt@linux.vnet.ibm.com, borntraeger@de.ibm.com To: kvm@vger.kernel.org Return-path: Received: from mtagate6.uk.ibm.com ([195.212.29.139]:46444 "EHLO mtagate6.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754281AbYGOIXB (ORCPT ); Tue, 15 Jul 2008 04:23:01 -0400 Sender: kvm-owner@vger.kernel.org List-ID: From: Christian Ehrhardt This is a small but important change I unfortunately lost in one of my debugging patches which actually should only contain some printf's. This patch adds the ktime header since we now use ktime_t in this kvm.h. Even with all my tests I missed that, sorry for the inconvenience. Signed-off-by: Christian Ehrhardt --- [diffstat] kvm.h | 1 + 1 file changed, 1 insertion(+) [diff] diff --git a/include/linux/kvm.h b/include/linux/kvm.h --- a/include/linux/kvm.h +++ b/include/linux/kvm.h @@ -10,6 +10,7 @@ #include #include #include +#include #include #define KVM_API_VERSION 12