summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/testcase/tstGlobalConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/testcase/tstGlobalConfig.cpp')
-rw-r--r--src/VBox/VMM/testcase/tstGlobalConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/VMM/testcase/tstGlobalConfig.cpp b/src/VBox/VMM/testcase/tstGlobalConfig.cpp
index 1275b943062..bda7791c3a0 100644
--- a/src/VBox/VMM/testcase/tstGlobalConfig.cpp
+++ b/src/VBox/VMM/testcase/tstGlobalConfig.cpp
@@ -19,7 +19,7 @@
/*******************************************************************************
* Header Files *
*******************************************************************************/
-#include <VBox/vmm.h>
+#include <VBox/vmm/vmm.h>
#include <VBox/err.h>
#include <iprt/assert.h>
#include <iprt/initterm.h>