diff options
Diffstat (limited to 'backends/hostmem-ram.c')
-rw-r--r-- | backends/hostmem-ram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/hostmem-ram.c b/backends/hostmem-ram.c index a67a134521..44fb3902b8 100644 --- a/backends/hostmem-ram.c +++ b/backends/hostmem-ram.c @@ -9,6 +9,7 @@ * 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 "qom/object_interfaces.h" |