Index: /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp	(revision 29560)
+++ /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp	(revision 29561)
@@ -44,4 +44,5 @@
 #include <iprt/crc32.h>
 #include <iprt/mp.h>
+#include <iprt/once.h>
 #include <iprt/stdarg.h>
 #include <iprt/string.h>
@@ -71,5 +72,6 @@
 PFNRT g_VMMGCDeps[] =
 {
-    (PFNRT)RTCrc32
+    (PFNRT)RTCrc32,
+    (PFNRT)RTOnce
 };
 
Index: /trunk/src/VBox/VMM/VMMR0/VMMR0.def
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/VMMR0.def	(revision 29560)
+++ /trunk/src/VBox/VMM/VMMR0/VMMR0.def	(revision 29561)
@@ -78,4 +78,5 @@
     RTAssertShouldPanic
     RTCrc32
+    RTOnce
     RTTimeNanoTSLegacySync
     RTTimeNanoTSLegacyAsync
