diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-30 19:20:50 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-30 19:20:50 +0000 |
commit | aafd8139ed3fd90f281bb3ffc8db57c2882a077e (patch) | |
tree | 20c0dd9aa463a6c2d17504ef54fa1f3455ddda76 /kqemu.c | |
parent | e598752a63d65eb2ed97123363cb02632bd485c7 (diff) |
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
Diffstat (limited to 'kqemu.c')
-rw-r--r-- | kqemu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ #include <sys/ioctl.h> #endif #ifdef HOST_SOLARIS -#include <sys/modctl.h> +#include <sys/ioccom.h> #endif #include <stdlib.h> #include <stdio.h> |