aboutsummaryrefslogtreecommitdiff
path: root/hw/hypercall.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/hypercall.c')
-rw-r--r--hw/hypercall.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/hw/hypercall.c b/hw/hypercall.c
index 7210f3299..73f6bb159 100644
--- a/hw/hypercall.c
+++ b/hw/hypercall.c
@@ -22,7 +22,12 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-#include "vl.h"
+#include "hw/hw.h"
+#include "sysemu.h"
+#include "qemu-char.h"
+#include "hw/isa.h"
+#include "hw/irq.h"
+#include "hw/pci.h"
#include "hypercall.h"
#include <stddef.h>