diff options
Diffstat (limited to 'hw/nand.c')
| -rw-r--r-- | hw/nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/nand.c b/hw/nand.c index 63620938fb..087ca14ed1 100644 --- a/hw/nand.c +++ b/hw/nand.c @@ -19,7 +19,7 @@ #ifndef NAND_IO # include "hw/hw.h" -# include "hw/flash.h" +# include "hw/block/flash.h" # include "sysemu/blockdev.h" # include "hw/sysbus.h" #include "qemu/error-report.h" |