From: Ian Jackson Date: Fri, 30 May 2008 16:20:21 +0000 (+0100) Subject: #include missing hw/pci.h X-Git-Tag: xen-3.3.0-rc1~141 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=93274a0cbab35a740ef6ec3c16b838d6b5282668;p=qemu-xen-4.1-testing.git #include missing hw/pci.h --- diff --git a/vl.c b/vl.c index b459d5a0e..6e437a4d8 100644 --- a/vl.c +++ b/vl.c @@ -28,6 +28,7 @@ #include "hw/pc.h" #include "hw/audiodev.h" #include "hw/isa.h" +#include "hw/pci.h" #include "hw/baum.h" #include "net.h" #include "console.h"