]> Git Repo - qemu.git/blobdiff - util/qemu-openpty.c
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/sock-next-pull-request...
[qemu.git] / util / qemu-openpty.c
index 4b8df96f383de64015a2a19bb92643319017f0f7..eb17f5b0bcec867e372d650cdc46c865ebe14ed3 100644 (file)
@@ -35,7 +35,7 @@
 #include "qemu/osdep.h"
 #include "qemu-common.h"
 
-#if defined(__GLIBC__)
+#if defined HAVE_PTY_H
 # include <pty.h>
 #elif defined CONFIG_BSD
 # include <termios.h>
This page took 0.023277 seconds and 4 git commands to generate.