summaryrefslogtreecommitdiffstats
path: root/main/qemu/qemu-170-openpty.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/qemu/qemu-170-openpty.patch')
-rw-r--r--main/qemu/qemu-170-openpty.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/qemu/qemu-170-openpty.patch b/main/qemu/qemu-170-openpty.patch
new file mode 100644
index 000000000..3a0d051bd
--- /dev/null
+++ b/main/qemu/qemu-170-openpty.patch
@@ -0,0 +1,11 @@
+--- qemu-1.7.0.org/util/qemu-openpty.c
++++ qemu-1.7.0/util/qemu-openpty.c
+@@ -47,6 +47,8 @@
+ #elif defined CONFIG_SOLARIS
+ # include <termios.h>
+ # include <stropts.h>
++#else
++# include <termios.h>
+ #endif
+
+ #ifdef __sun__