diff options
Diffstat (limited to 'hw/ssi')
-rw-r--r-- | hw/ssi/omap_spi.c | 1 | ||||
-rw-r--r-- | hw/ssi/pl022.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/ssi/omap_spi.c b/hw/ssi/omap_spi.c index 27263299be..22034656b8 100644 --- a/hw/ssi/omap_spi.c +++ b/hw/ssi/omap_spi.c @@ -19,6 +19,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/arm/omap.h" diff --git a/hw/ssi/pl022.c b/hw/ssi/pl022.c index 0bbf63313c..564a0d36e7 100644 --- a/hw/ssi/pl022.c +++ b/hw/ssi/pl022.c @@ -7,6 +7,7 @@ * This code is licensed under the GPL. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "hw/ssi/ssi.h" |