diff options
Diffstat (limited to 'hw/misc/exynos4210_rng.c')
-rw-r--r-- | hw/misc/exynos4210_rng.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/exynos4210_rng.c b/hw/misc/exynos4210_rng.c index 0e70ffb404..b88fe3a26d 100644 --- a/hw/misc/exynos4210_rng.c +++ b/hw/misc/exynos4210_rng.c @@ -22,6 +22,7 @@ #include "qapi/error.h" #include "qemu/log.h" #include "qemu/guest-random.h" +#include "qemu/module.h" #define DEBUG_EXYNOS_RNG 0 |