From: Ian Jackson Date: Fri, 18 Jul 2008 15:00:02 +0000 (+0100) Subject: Add missing #include "qemu-xen.h" to hw/pass-through.c X-Git-Tag: xen-3.3.0-rc1~18 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c67e1423c0a8a28d7f5a70deac50c2b5fa7032b7;p=qemu-xen-4.0-testing.git Add missing #include "qemu-xen.h" to hw/pass-through.c --- 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;