diff options
Diffstat (limited to 'hw/qxl-logger.c')
-rw-r--r-- | hw/qxl-logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/qxl-logger.c b/hw/qxl-logger.c index 3cd85d9..84f9aa1 100644 --- a/hw/qxl-logger.c +++ b/hw/qxl-logger.c @@ -20,7 +20,7 @@ */ #include "qemu/timer.h" -#include "qxl.h" +#include "hw/qxl.h" static const char *qxl_type[] = { [ QXL_CMD_NOP ] = "nop", |