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 fe2878c836..3cd85d9b97 100644 --- a/hw/qxl-logger.c +++ b/hw/qxl-logger.c @@ -19,7 +19,7 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include "qemu-timer.h" +#include "qemu/timer.h" #include "qxl.h" static const char *qxl_type[] = { |