diff options
Diffstat (limited to 'qemu-log.c')
-rw-r--r-- | qemu-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ */ #include "qemu-common.h" -#include "qemu-log.h" +#include "qemu/log.h" #ifdef WIN32 static const char *logfilename = "qemu.log"; |