diff options
Diffstat (limited to 'target/i386/hvf/x86_mmu.c')
| -rw-r--r-- | target/i386/hvf/x86_mmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/i386/hvf/x86_mmu.c b/target/i386/hvf/x86_mmu.c index cd8d122b45..5c1f35acd0 100644 --- a/target/i386/hvf/x86_mmu.c +++ b/target/i386/hvf/x86_mmu.c @@ -16,6 +16,7 @@ * License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "qemu/osdep.h" +#include "panic.h" #include "qemu-common.h" #include "cpu.h" |