Blame 0005-NOT-UPSTREAM-Build-fix-with-latest-kernel.patch

8a7ac9
From: Cole Robinson <crobinso@redhat.com>
8a7ac9
Date: Thu, 20 Jun 2019 17:20:13 -0400
8a7ac9
Subject: [PATCH] NOT UPSTREAM: Build fix with latest kernel
8a7ac9
8a7ac9
From here: https://lkml.org/lkml/2019/6/3/988
8a7ac9
8a7ac9
Signed-off-by: Cole Robinson <crobinso@redhat.com>
8a7ac9
---
8a7ac9
 linux-user/syscall.c | 1 +
8a7ac9
 1 file changed, 1 insertion(+)
8a7ac9
8a7ac9
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
8a7ac9
index 96cd4bf86d..c7625858eb 100644
8a7ac9
--- a/linux-user/syscall.c
8a7ac9
+++ b/linux-user/syscall.c
8a7ac9
@@ -34,6 +34,7 @@
8a7ac9
 #include <sys/resource.h>
8a7ac9
 #include <sys/swap.h>
8a7ac9
 #include <linux/capability.h>
8a7ac9
+#include <linux/sockios.h>
8a7ac9
 #include <sched.h>
8a7ac9
 #include <sys/timex.h>
8a7ac9
 #include <sys/socket.h>