mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04: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…
Add table
Reference in a new issue