fix include in vl.c

This commit is contained in:
Sergej Schumilo 2022-01-11 04:18:29 +01:00
parent a3264cfa83
commit d03b5cef37

2
vl.c
View File

@ -134,7 +134,7 @@ int main(int argc, char **argv)
#ifdef QEMU_NYX #ifdef QEMU_NYX
#include "nyx/pt.h" #include "nyx/pt.h"
#include "nyx/hypercall.h" #include "nyx/hypercall/hypercall.h"
#include "nyx/synchronization.h" #include "nyx/synchronization.h"
#include "nyx/fast_vm_reload.h" #include "nyx/fast_vm_reload.h"
#include "nyx/state.h" #include "nyx/state.h"