diff options
Diffstat (limited to 'tests/sdhci-test.c')
-rw-r--r-- | tests/sdhci-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sdhci-test.c b/tests/sdhci-test.c index 2f177e569f..6275e7626c 100644 --- a/tests/sdhci-test.c +++ b/tests/sdhci-test.c @@ -7,9 +7,11 @@ * See the COPYING file in the top-level directory. * SPDX-License-Identifier: GPL-2.0-or-later */ + #include "qemu/osdep.h" #include "hw/registerfields.h" #include "libqtest.h" +#include "qemu/module.h" #include "libqos/pci-pc.h" #include "hw/pci/pci.h" #include "libqos/qgraph.h" |