[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile
From: |
Max Reitz |
Subject: |
[Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile |
Date: |
Wed, 8 Mar 2017 19:18:33 +0100 |
In order to use error_setg() and similar functions, we need to include
qapi/error.h.
Signed-off-by: Max Reitz <address@hidden>
---
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