Commit aafd8139ed3fd90f281bb3ffc8db57c2882a077e

Authored by ths
1 parent e598752a

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
Showing 1 changed file with 1 additions and 1 deletions
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 #include <sys/ioctl.h> 27 #include <sys/ioctl.h>
28 #endif 28 #endif
29 #ifdef HOST_SOLARIS 29 #ifdef HOST_SOLARIS
30 -#include <sys/modctl.h> 30 +#include <sys/ioccom.h>
31 #endif 31 #endif
32 #include <stdlib.h> 32 #include <stdlib.h>
33 #include <stdio.h> 33 #include <stdio.h>