diff options
| author | Marc-André Lureau | 2013-12-01 22:23:38 +0100 |
|---|---|---|
| committer | Gerd Hoffmann | 2013-12-16 10:12:20 +0100 |
| commit | f7d48052644f3307748f47062728bb3e5f051ffe (patch) | |
| tree | a96be4aa495e5b954b94620bd03ee9998f5c315e /include | |
| parent | qmp_change_blockdev() remove unused has_format (diff) | |
| download | qemu-f7d48052644f3307748f47062728bb3e5f051ffe.tar.gz qemu-f7d48052644f3307748f47062728bb3e5f051ffe.tar.xz qemu-f7d48052644f3307748f47062728bb3e5f051ffe.zip | |
include: add missing config-host.h include
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/ui/qemu-spice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/qemu-spice.h b/include/ui/qemu-spice.h index 86c75c7a71..a93b4b2572 100644 --- a/include/ui/qemu-spice.h +++ b/include/ui/qemu-spice.h @@ -18,6 +18,8 @@ #ifndef QEMU_SPICE_H #define QEMU_SPICE_H +#include "config-host.h" + #ifdef CONFIG_SPICE #include <spice.h> |
