blob: 3a0d051bdcf39cd34a392eb4e8aff7b39adafdf5 (
plain)
1
2
3
4
5
6
7
8
9
10
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__
|