diff options
Diffstat (limited to 'dump/win_dump.h')
-rw-r--r-- | dump/win_dump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dump/win_dump.h b/dump/win_dump.h index b8c25348f4..56f63683c3 100644 --- a/dump/win_dump.h +++ b/dump/win_dump.h @@ -11,7 +11,7 @@ #ifndef WIN_DUMP_H #define WIN_DUMP_H -#include "qemu/win_dump_defs.h" +#include "sysemu/dump.h" void create_win_dump(DumpState *s, Error **errp); |