diff options
Diffstat (limited to 'block.c')
-rw-r--r-- | block.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -21,10 +21,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#ifdef QEMU_IMG #include "qemu-common.h" -#else -#include "vl.h" +#ifndef QEMU_IMG +#include "console.h" #endif #include "block_int.h" |