hw/sd: sd: Fix build error when DEBUG_SD is on
commita78d9f27b73de3c42f376540bd1d1d0570eb1fa3
authorBin Meng <bin.meng@windriver.com>
Sun, 28 Feb 2021 05:06:09 +0000 (28 13:06 +0800)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 22 Mar 2021 14:34:29 +0000 (22 15:34 +0100)
tree80353dc6141a69f0fd07a5d803ff957edc206e2b
parentb184750926812cb78ac0caf4c4b2b13683b5bde3
hw/sd: sd: Fix build error when DEBUG_SD is on

"qemu-common.h" should be included to provide the forward declaration
of qemu_hexdump() when DEBUG_SD is on.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210228050609.24779-1-bmeng.cn@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/sd/sd.c