Index: /trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h
===================================================================
--- /trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h	(revision 31011)
+++ /trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h	(revision 31012)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2008 Oracle Corporation
+ * Copyright (C) 2010 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -35,5 +35,5 @@
 #ifdef _KERNEL
 
-#include "../../common/VBoxGuestLib/VBoxCalls.h"
+#include "../../common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h"
 #include <sys/mount.h>
 #include <sys/vnode.h>
Index: /trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs.h
===================================================================
--- /trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs.h	(revision 31011)
+++ /trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs.h	(revision 31012)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2008 Oracle Corporation
+ * Copyright (C) 2010 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -33,5 +33,5 @@
 #ifdef _KERNEL
 
-#include "../../common/VBoxGuestLib/VBoxCalls.h"
+#include "../../common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h"
 #include <sys/vfs.h>
 
Index: /trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
===================================================================
--- /trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c	(revision 31011)
+++ /trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c	(revision 31012)
@@ -35,5 +35,5 @@
 #undef u
 #endif
-#include "../../common/VBoxGuestLib/VBoxCalls.h"
+#include "../../common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h"
 
 #define	SFPROV_VERSION	1
