commit | d49b68364414d649b8e26232f2a600d415611662 | [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 | fbde3c1efaf1c7b431d5015d5c7b2855ec7b963c | |
parent | 4629ed1e98961bbe678db68ef5f4342ff174a6c3 [diff] [blame] |
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/audio/spiceaudio.c b/audio/spiceaudio.c index 5c6f726..42ae4a4 100644 --- a/audio/spiceaudio.c +++ b/audio/spiceaudio.c
@@ -18,6 +18,7 @@ */ #include "hw/hw.h" +#include "qemu/error-report.h" #include "qemu/timer.h" #include "ui/qemu-spice.h"