Index: /trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
===================================================================
--- /trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp	(revision 19803)
+++ /trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp	(revision 19804)
@@ -35,4 +35,5 @@
 #include <iprt/system.h>
 #include <iprt/assert.h>
+#include <iprt/asm.h>
 #ifdef VBOX_WITH_LIBXML2_IN_VBOXRT
 # include <libxml/xmlmodule.h>
@@ -64,5 +65,8 @@
     (PFNRT)RSA_generate_key,
 #endif
-    (PFNRT)RTAssertShouldPanic
+    (PFNRT)RTAssertShouldPanic,
+    (PFNRT)ASMAtomicReadU64,
+    (PFNRT)ASMAtomicCmpXchgU64,
+    NULL
 };
 
