summarylogtreecommitdiffstats
path: root/vmci.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vmci.patch')
-rw-r--r--vmci.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/vmci.patch b/vmci.patch
index 0f9598d74bf5..d52194e45cb0 100644
--- a/vmci.patch
+++ b/vmci.patch
@@ -99,11 +99,14 @@ diff --git a/vmci/linux/vmciKernelIf.c b/vmci/linux/vmciKernelIf.c
index 3fba8b6..1836442 100644
--- a/vmci/linux/vmciKernelIf.c
+++ b/vmci/linux/vmciKernelIf.c
-@@ -40,6 +40,7 @@
+@@ -40,6 +40,10 @@
#include <linux/socket.h> /* For memcpy_{to,from}iovec(). */
#include <linux/vmalloc.h>
#include <linux/wait.h>
+#include <linux/skbuff.h>
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 99)
++#include <linux/sched/signal.h>
++#endif
#include "compat_highmem.h"
#include "compat_interrupt.h"