]>
Git Repo - qemu.git/blobdiff - util/qemu-openpty.c
#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.