diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-17 23:31:19 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-17 23:31:19 +0000 |
commit | 605686cd7acdc37b87134c7eedf01b99db9213c1 (patch) | |
tree | 647a93faacb07d0c73745c6072080e59281d2218 /kqemu.c | |
parent | 8182266352df123bbe5661d14ded4ef06d866a60 (diff) |
Kqemu support for Solaris, by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2329 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'kqemu.c')
-rw-r--r-- | kqemu.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ #include <sys/mman.h> #include <sys/ioctl.h> #endif +#ifdef HOST_SOLARIS +#include <sys/modctl.h> +#endif #include <stdlib.h> #include <stdio.h> #include <stdarg.h> |