mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-03 05:00:31 -07:00
nbd: Haiku has _IO() in its BSD compatibility layer
Signed-off-by: Andreas Färber <andreas.faerber@web.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
aff447c916
commit
5dc2eec957
1 changed files with 1 additions and 1 deletions
2
nbd.c
2
nbd.c
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef _WIN32
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#ifdef __sun__
|
||||
#if defined(__sun__) || defined(__HAIKU__)
|
||||
#include <sys/ioccom.h>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue