From 93274a0cbab35a740ef6ec3c16b838d6b5282668 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 30 May 2008 17:20:21 +0100 Subject: [PATCH] #include missing hw/pci.h --- vl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vl.c b/vl.c index b459d5a0..6e437a4d 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" -- 2.39.5