commit | dd94020cca59925585c39414929b1eb5079bb11d | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Tue Mar 17 18:29:20 2015 +0100 |
committer | Markus Armbruster <armbru@redhat.com> | Mon Jun 22 18:20:40 2015 +0200 |
tree | 4e97c4f992d6f53c97c83920d8a917835f71652f | |
parent | 11cdeaccef94afa51ff50f6e5909e05f9146a126 [diff] |
qerror: Move #include out of qerror.h Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/misc.c b/misc.c index 2f0f7ca..9445b73 100644 --- a/misc.c +++ b/misc.c
@@ -9,6 +9,7 @@ #include <libslirp.h> #include "monitor/monitor.h" +#include "qemu/error-report.h" #include "qemu/main-loop.h" #ifdef DEBUG