From 6e818cad1dfc53f9c57c90a1d5e5bd338ae8416a Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Thu, 10 Jan 2013 15:41:43 -0800 Subject: [PATCH] --- yaml --- r: 355014 b: refs/heads/master c: ea8a83a4b718f78a8ea2ce3f0237e78a23f8f12b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/misc/vmw_vmci/vmci_guest.c | 3 +++ trunk/drivers/misc/vmw_vmci/vmci_host.c | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4fcfff136176..ed98dbe32ba0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6389a13e42d5388ec044ce8da1b3bcfa39598ef +refs/heads/master: ea8a83a4b718f78a8ea2ce3f0237e78a23f8f12b diff --git a/trunk/drivers/misc/vmw_vmci/vmci_guest.c b/trunk/drivers/misc/vmw_vmci/vmci_guest.c index d7df6cfed28a..de1a90be160a 100644 --- a/trunk/drivers/misc/vmw_vmci/vmci_guest.c +++ b/trunk/drivers/misc/vmw_vmci/vmci_guest.c @@ -19,12 +19,15 @@ #include #include #include +#include #include #include +#include #include #include #include #include +#include #include "vmci_datagram.h" #include "vmci_doorbell.h" diff --git a/trunk/drivers/misc/vmw_vmci/vmci_host.c b/trunk/drivers/misc/vmw_vmci/vmci_host.c index 16e7f547555f..d4722b3dc8ec 100644 --- a/trunk/drivers/misc/vmw_vmci/vmci_host.c +++ b/trunk/drivers/misc/vmw_vmci/vmci_host.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include