diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/sh4/r2d.c | 1 | ||||
-rw-r--r-- | hw/sh4/sh7750.c | 2 | ||||
-rw-r--r-- | hw/sh4/sh7750_regnames.c | 1 | ||||
-rw-r--r-- | hw/sh4/sh_pci.c | 1 | ||||
-rw-r--r-- | hw/sh4/shix.c | 1 |
5 files changed, 5 insertions, 1 deletions
diff --git a/hw/sh4/r2d.c b/hw/sh4/r2d.c index c1ff9a0cff..7d9a1cd822 100644 --- a/hw/sh4/r2d.c +++ b/hw/sh4/r2d.c @@ -23,6 +23,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "hw/hw.h" #include "hw/sh4/sh.h" diff --git a/hw/sh4/sh7750.c b/hw/sh4/sh7750.c index 5dda5de34e..a1ea760f68 100644 --- a/hw/sh4/sh7750.c +++ b/hw/sh4/sh7750.c @@ -22,7 +22,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include <stdio.h> +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sh4/sh.h" #include "sysemu/sysemu.h" diff --git a/hw/sh4/sh7750_regnames.c b/hw/sh4/sh7750_regnames.c index 52ac1cc781..34b4f99b86 100644 --- a/hw/sh4/sh7750_regnames.c +++ b/hw/sh4/sh7750_regnames.c @@ -1,3 +1,4 @@ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sh4/sh.h" #include "sh7750_regs.h" diff --git a/hw/sh4/sh_pci.c b/hw/sh4/sh_pci.c index 4509053e1f..e820a32307 100644 --- a/hw/sh4/sh_pci.c +++ b/hw/sh4/sh_pci.c @@ -21,6 +21,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "hw/sh4/sh.h" #include "hw/pci/pci.h" diff --git a/hw/sh4/shix.c b/hw/sh4/shix.c index d508be9588..386a4854ea 100644 --- a/hw/sh4/shix.c +++ b/hw/sh4/shix.c @@ -27,6 +27,7 @@ More information in target-sh4/README.sh4 */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sh4/sh.h" #include "sysemu/sysemu.h" |