From 76033d6ea82669a441290a19804b54e3892388a7 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 3 Jul 2018 04:54:31 -0500 Subject: user/qemu: new package --- user/qemu/fix-sockios-header.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 user/qemu/fix-sockios-header.patch (limited to 'user/qemu/fix-sockios-header.patch') diff --git a/user/qemu/fix-sockios-header.patch b/user/qemu/fix-sockios-header.patch new file mode 100644 index 000000000..1f3cd767c --- /dev/null +++ b/user/qemu/fix-sockios-header.patch @@ -0,0 +1,13 @@ +diff --git a/linux-user/syscall.c b/linux-user/syscall.c +index 43d0562..afa0ac4 100644 +--- a/linux-user/syscall.c ++++ b/linux-user/syscall.c +@@ -59,6 +59,7 @@ int __clone2(int (*fn)(void *), void *child_stack_base, + #include + #include + #include ++#include + #include + #include "qemu-common.h" + #ifdef CONFIG_TIMERFD + #include -- cgit v1.2.3-60-g2f50