From d03b5cef3739e6445f6ca764eb2b220d829fe17b Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Tue, 11 Jan 2022 04:18:29 +0100 Subject: [PATCH] fix include in vl.c --- vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vl.c b/vl.c index 3b3f68f8e0..13301802c9 100644 --- a/vl.c +++ b/vl.c @@ -134,7 +134,7 @@ int main(int argc, char **argv) #ifdef QEMU_NYX #include "nyx/pt.h" -#include "nyx/hypercall.h" +#include "nyx/hypercall/hypercall.h" #include "nyx/synchronization.h" #include "nyx/fast_vm_reload.h" #include "nyx/state.h"