diff options
-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> |
index : slackcoder/qemu | ||
QEMU is a generic and open source machine & userspace emulator and virtualizer | Mirror |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | kqemu.c | 2 |
@@ -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> |