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