summaryrefslogtreecommitdiffstats
path: root/qemu/hw/nvram/spapr_nvram.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/nvram/spapr_nvram.c')
-rw-r--r--qemu/hw/nvram/spapr_nvram.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu/hw/nvram/spapr_nvram.c b/qemu/hw/nvram/spapr_nvram.c
index fcaa77dd9..802636ef3 100644
--- a/qemu/hw/nvram/spapr_nvram.c
+++ b/qemu/hw/nvram/spapr_nvram.c
@@ -22,6 +22,10 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
+#include "qapi/error.h"
+#include "qemu-common.h"
+#include "cpu.h"
#include <libfdt.h>
#include "sysemu/block-backend.h"