From: pbrook Date: Sun, 11 Nov 2007 11:43:27 +0000 (+0000) Subject: block-raw/kqemu fix. X-Git-Tag: xen-3.3.0-rc1~779 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ae5fc4507e39d35904cea8ee2b311959c8747c71;p=qemu-xen-3.4-testing.git block-raw/kqemu fix. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3580 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/block-raw.c b/block-raw.c index 82866815..71c39ab0 100644 --- a/block-raw.c +++ b/block-raw.c @@ -25,6 +25,7 @@ #include "qemu-common.h" #else #include "vl.h" +#include "exec-all.h" #endif #include "block_int.h" #include @@ -61,7 +62,6 @@ //#define DEBUG_BLOCK #if defined(DEBUG_BLOCK) && !defined(QEMU_IMG) -#include "exec-all.h" #define DEBUG_BLOCK_PRINT(formatCstr, args...) do { if (loglevel != 0) \ { fprintf(logfile, formatCstr, ##args); fflush(logfile); } } while (0) #else