From 4f76599b1532f1ed2f0d17594fed1340772d2210 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 30 Jul 2008 11:52:48 +0100 Subject: [PATCH] Add missing #include "qemu-xen.h" --- xen-vl-extra.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen-vl-extra.c b/xen-vl-extra.c index ecbd830a..4baada2b 100644 --- a/xen-vl-extra.c +++ b/xen-vl-extra.c @@ -7,6 +7,7 @@ /* There is no need for multiple-inclusion protection since * there is only one place where this file is included. */ +#include "qemu-xen.h" /* forward declarations of things in vl.c */ -- 2.39.5