mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-01 06:21:52 -06:00
Switch include for Solaris to avoid namespace issues. By Juergen Keil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2551 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e598752a63
commit
aafd8139ed
1 changed files with 1 additions and 1 deletions
2
kqemu.c
2
kqemu.c
|
@ -27,7 +27,7 @@
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef HOST_SOLARIS
|
#ifdef HOST_SOLARIS
|
||||||
#include <sys/modctl.h>
|
#include <sys/ioccom.h>
|
||||||
#endif
|
#endif
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue