diff options
Diffstat (limited to 'hw/m25p80.c')
-rw-r--r-- | hw/m25p80.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/m25p80.c b/hw/m25p80.c index 3895e73957..d39265632b 100644 --- a/hw/m25p80.c +++ b/hw/m25p80.c @@ -22,7 +22,7 @@ */ #include "hw.h" -#include "blockdev.h" +#include "sysemu/blockdev.h" #include "ssi.h" #include "devices.h" |