qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 09/11] qerror: Move #include out of qerror.h


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH v2 09/11] qerror: Move #include out of qerror.h
Date: Fri, 19 Jun 2015 20:07:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Breaks the Windows build.  Squashing in this fix:

diff --git a/block/raw-win32.c b/block/raw-win32.c
index dae5d2f..68f2338 100644
--- a/block/raw-win32.c
+++ b/block/raw-win32.c
@@ -29,6 +29,7 @@
 #include "trace.h"
 #include "block/thread-pool.h"
 #include "qemu/iov.h"
+#include "qapi/qmp/qstring.h"
 #include <windows.h>
 #include <winioctl.h>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]