diff options
Diffstat (limited to 'ui/spice-app.c')
| -rw-r--r-- | ui/spice-app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/spice-app.c b/ui/spice-app.c index 2a93ae5918..91e258a621 100644 --- a/ui/spice-app.c +++ b/ui/spice-app.c @@ -36,7 +36,7 @@ #include "qapi/error.h" #include "io/channel-command.h" #include "chardev/spice.h" -#include "sysemu/sysemu.h" +#include "system/system.h" #include "qom/object.h" static const char *tmp_dir; |