diff options
Diffstat (limited to 'hw/irq.c')
| -rw-r--r-- | hw/irq.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/irq.c b/hw/irq.c index bb30ced11b..960155ad04 100644 --- a/hw/irq.c +++ b/hw/irq.c @@ -21,7 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" +#include "qemu-common.h" +#include "irq.h" struct IRQState { qemu_irq_handler handler; |