mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Fix commit a167ba5085
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
a167ba5085
commit
bbe813a2dd
2 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
#else
|
||||
#include <util.h>
|
||||
#endif
|
||||
#else
|
||||
#ifdef __linux__
|
||||
#include <pty.h>
|
||||
|
||||
|
|
1
vl.c
1
vl.c
|
@ -55,6 +55,7 @@
|
|||
#else
|
||||
#include <util.h>
|
||||
#endif
|
||||
#else
|
||||
#ifdef __linux__
|
||||
#include <pty.h>
|
||||
#include <malloc.h>
|
||||
|
|
Loading…
Reference in a new issue