diff options
Diffstat (limited to 'hw/display/ramfb.c')
-rw-r--r-- | hw/display/ramfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/ramfb.c b/hw/display/ramfb.c index 6086baf..8c0f907 100644 --- a/hw/display/ramfb.c +++ b/hw/display/ramfb.c @@ -17,7 +17,7 @@ #include "hw/display/ramfb.h" #include "hw/display/bochs-vbe.h" /* for limits */ #include "ui/console.h" -#include "sysemu/reset.h" +#include "system/reset.h" struct QEMU_PACKED RAMFBCfg { uint64_t addr; |