]> Git Repo - qemu.git/blobdiff - util/qemu-openpty.c
qsp: Simplify how qsp_report() prints
[qemu.git] / util / qemu-openpty.c
index 4febfe9d724503c67eb5489edd9a559fc4f1e397..2e8b43bdf571f968d975625960bd6bf07ae2222a 100644 (file)
@@ -32,7 +32,7 @@
  * linked with -lutil.
  */
 
-#include "config-host.h"
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 
 #if defined(__GLIBC__)
@@ -47,6 +47,8 @@
 #elif defined CONFIG_SOLARIS
 # include <termios.h>
 # include <stropts.h>
+#else
+# include <termios.h>
 #endif
 
 #ifdef __sun__
This page took 0.024415 seconds and 4 git commands to generate.