Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shv_x.h')
-rw-r--r--shv_x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shv_x.h b/shv_x.h
index f0bfa0d..6fed366 100644
--- a/shv_x.h
+++ b/shv_x.h
@@ -23,6 +23,8 @@ Environment:
#pragma once
+#include "vmx.h"
+
#define SHV_STATUS_SUCCESS 0
#define SHV_STATUS_NOT_AVAILABLE -1
#define SHV_STATUS_NO_RESOURCES -2