diff options
Diffstat (limited to 'qemu/hw/intc/heathrow_pic.c')
-rw-r--r-- | qemu/hw/intc/heathrow_pic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/hw/intc/heathrow_pic.c b/qemu/hw/intc/heathrow_pic.c index 9ff3119ed..171f5ed81 100644 --- a/qemu/hw/intc/heathrow_pic.c +++ b/qemu/hw/intc/heathrow_pic.c @@ -22,6 +22,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/ppc/mac.h" |