aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_kvm.h')
-rw-r--r--executor/common_kvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_kvm.h b/executor/common_kvm.h
index 5be283046..68c5559d8 100644
--- a/executor/common_kvm.h
+++ b/executor/common_kvm.h
@@ -8,7 +8,7 @@
#include "common_kvm_syzos.h"
#include "kvm.h"
-#if SYZ_EXECUTOR || __NR_syz_kvm_add_vcpu
+#if SYZ_EXECUTOR || __NR_syz_kvm_add_vcpu || __NR_syz_kvm_setup_cpu || __NR_syz_kvm_setup_syzos_vm
extern char* __start_guest;
// executor_fn_guest_addr() is compiled into both the host and the guest code.