Index: /trunk/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp	(revision 29499)
+++ /trunk/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp	(revision 29500)
@@ -33,4 +33,5 @@
 
 #include <iprt/asm.h>
+#include <iprt/asm-amd64-x86.h>
 
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c	(revision 29499)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c	(revision 29500)
@@ -40,4 +40,5 @@
 #include <iprt/assert.h>
 #include <iprt/asm.h>
+#include <iprt/asm-amd64-x86.h>
 #include <iprt/thread.h>
 #include <iprt/mp.h>
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c	(revision 29499)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c	(revision 29500)
@@ -33,4 +33,5 @@
 
 #include <iprt/asm.h>
+#include <iprt/asm-amd64-x86.h>
 #include <iprt/assert.h>
 #include <iprt/err.h>
