From c67e1423c0a8a28d7f5a70deac50c2b5fa7032b7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 18 Jul 2008 16:00:02 +0100 Subject: [PATCH] Add missing #include "qemu-xen.h" to hw/pass-through.c --- hw/pass-through.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/pass-through.c b/hw/pass-through.c index bacf7ced..3e2e6db0 100644 --- a/hw/pass-through.c +++ b/hw/pass-through.c @@ -26,6 +26,7 @@ #include "pci/header.h" #include "pci/pci.h" #include "pt-msi.h" +#include "qemu-xen.h" struct php_dev { struct pt_dev *pt_dev; -- 2.39.5