diff options
Diffstat (limited to 'memory.c')
| -rw-r--r-- | memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/memory.c b/memory.c index 95f720964b..f76f85df95 100644 --- a/memory.c +++ b/memory.c @@ -14,6 +14,7 @@ */ #include "qemu/osdep.h" +#include "qapi/error.h" #include "exec/memory.h" #include "exec/address-spaces.h" #include "exec/ioport.h" |