diff options
Diffstat (limited to 'hw/hd-geometry.c')
-rw-r--r-- | hw/hd-geometry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hd-geometry.c b/hw/hd-geometry.c index c30514364f..6feb4f8175 100644 --- a/hw/hd-geometry.c +++ b/hw/hd-geometry.c @@ -31,7 +31,7 @@ */ #include "block/block.h" -#include "hw/block-common.h" +#include "hw/block/block.h" #include "trace.h" struct partition { |