aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/nrf51_rng.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/nrf51_rng.c')
-rw-r--r--hw/misc/nrf51_rng.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/misc/nrf51_rng.c b/hw/misc/nrf51_rng.c
index 96ef4330eb..5140981c96 100644
--- a/hw/misc/nrf51_rng.c
+++ b/hw/misc/nrf51_rng.c
@@ -14,7 +14,10 @@
#include "qemu/module.h"
#include "qapi/error.h"
#include "hw/arm/nrf51.h"
+#include "hw/irq.h"
#include "hw/misc/nrf51_rng.h"
+#include "hw/qdev-properties.h"
+#include "migration/vmstate.h"
#include "qemu/guest-random.h"
static void update_irq(NRF51RNGState *s)