From 084ed5cc90ad533dbf5532092256fc5a499b91e3 Mon Sep 17 00:00:00 2001 From: j_mayer Date: Mon, 5 Nov 2007 13:01:41 +0000 Subject: Code used by the linux-user targets should not use vl.h. Include exec.h instead. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3536 c046a42c-6fe2-441c-8c8c-71466251a162 --- host-utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host-utils.c') diff --git a/host-utils.c b/host-utils.c index 7cd0843f94..f92c3396c6 100644 --- a/host-utils.c +++ b/host-utils.c @@ -23,7 +23,8 @@ * THE SOFTWARE. */ -#include "vl.h" +#include "exec.h" +#include "host-utils.h" //#define DEBUG_MULDIV -- cgit v1.2.3-55-g7522