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