]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/qemu-openpty.c
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2019-07-08-1' into...
[mirror_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__