qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile
@ 2017-03-08 18:18 Max Reitz
  2017-03-08 18:25 ` Eric Blake
  0 siblings, 1 reply; 8+ messages in thread
From: Max Reitz @ 2017-03-08 18:18 UTC (permalink / raw)
  To: qemu-block
  Cc: qemu-devel, Max Reitz, Jeff Cody, Chrysostomos Nanakos,
	Kevin Wolf

In order to use error_setg() and similar functions, we need to include
qapi/error.h.

Signed-off-by: Max Reitz <mreitz@redhat.com>
---
 block/archipelago.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/block/archipelago.c b/block/archipelago.c
index 2449cfc702..01c4ff2f7d 100644
--- a/block/archipelago.c
+++ b/block/archipelago.c
@@ -55,6 +55,7 @@
 #include "block/block_int.h"
 #include "qemu/error-report.h"
 #include "qemu/thread.h"
+#include "qapi/error.h"
 #include "qapi/qmp/qint.h"
 #include "qapi/qmp/qstring.h"
 #include "qapi/qmp/qjson.h"
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-08 19:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 18:18 [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile Max Reitz
2017-03-08 18:25 ` Eric Blake
2017-03-08 18:27   ` Max Reitz
2017-03-08 18:28   ` Eric Blake
2017-03-08 18:32     ` Max Reitz
2017-03-08 18:46       ` Kevin Wolf
2017-03-08 19:33         ` Eric Blake
2017-03-08 18:38   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).