summaryrefslogtreecommitdiffstats
path: root/qemu/backends/hostmem-ram.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/backends/hostmem-ram.c')
-rw-r--r--qemu/backends/hostmem-ram.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu/backends/hostmem-ram.c b/qemu/backends/hostmem-ram.c
index a67a13452..04a7ac362 100644
--- a/qemu/backends/hostmem-ram.c
+++ b/qemu/backends/hostmem-ram.c
@@ -9,7 +9,9 @@
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include "sysemu/hostmem.h"
+#include "qapi/error.h"
#include "qom/object_interfaces.h"
#define TYPE_MEMORY_BACKEND_RAM "memory-backend-ram"