diff options
Diffstat (limited to 'memory.c')
| -rw-r--r-- | memory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/memory.c b/memory.c index 37e4f0905b..a7e615ad15 100644 --- a/memory.c +++ b/memory.c @@ -18,6 +18,9 @@ #include "kvm.h" #include <assert.h> +#define WANT_EXEC_OBSOLETE +#include "exec-obsolete.h" + unsigned memory_region_transaction_depth = 0; static bool memory_region_update_pending = false; |