From mboxrd@z Thu Jan 1 00:00:00 1970 From: ehrhardt@linux.vnet.ibm.com Date: Tue, 15 Jul 2008 08:21:46 +0000 Subject: [PATCH] kvmtrace: fix ktime_t type usage in kvm.h Message-Id: <1216110106-3961-1-git-send-email-ehrhardt@linux.vnet.ibm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Cc: hollisb@us.ibm.com, avi@qumranet.com, kvm-ppc@vger.kernel.org, ehrhardt@linux.vnet.ibm.com, borntraeger@de.ibm.com 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