diff options
Diffstat (limited to 'hw/mem')
-rw-r--r-- | hw/mem/nvdimm.c | 1 | ||||
-rw-r--r-- | hw/mem/pc-dimm.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/mem/nvdimm.c b/hw/mem/nvdimm.c index 4fd397f015..0a602f28ba 100644 --- a/hw/mem/nvdimm.c +++ b/hw/mem/nvdimm.c @@ -22,6 +22,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/> */ +#include "qemu/osdep.h" #include "hw/mem/nvdimm.h" static void nvdimm_class_init(ObjectClass *oc, void *data) diff --git a/hw/mem/pc-dimm.c b/hw/mem/pc-dimm.c index d5cdab2707..32d00ddee7 100644 --- a/hw/mem/pc-dimm.c +++ b/hw/mem/pc-dimm.c @@ -18,6 +18,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/> */ +#include "qemu/osdep.h" #include "hw/mem/pc-dimm.h" #include "qemu/config-file.h" #include "qapi/visitor.h" |