diff options
Diffstat (limited to 'hw/irq.c')
-rw-r--r-- | hw/irq.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |