summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-net_tap-solaris.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/patches/patch-net_tap-solaris.c')
-rw-r--r--emulators/qemu/patches/patch-net_tap-solaris.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/qemu/patches/patch-net_tap-solaris.c b/emulators/qemu/patches/patch-net_tap-solaris.c
new file mode 100644
index 00000000000..23ef92774fa
--- /dev/null
+++ b/emulators/qemu/patches/patch-net_tap-solaris.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-net_tap-solaris.c,v 1.1 2019/12/11 16:44:22 jperkin Exp $
+
+Requires qemu-common.h.
+
+--- net/tap-solaris.c.orig 2019-08-15 19:01:42.000000000 +0000
++++ net/tap-solaris.c
+@@ -23,6 +23,7 @@
+ */
+
+ #include "qemu/osdep.h"
++#include "qemu-common.h"
+ #include "qapi/error.h"
+ #include "tap_int.h"
+ #include "sysemu/sysemu.h"