Index: /trunk/src/VBox/Devices/PC/BIOS/bios.c
===================================================================
--- /trunk/src/VBox/Devices/PC/BIOS/bios.c	(revision 42257)
+++ /trunk/src/VBox/Devices/PC/BIOS/bios.c	(revision 42258)
@@ -43,5 +43,7 @@
 #include "inlines.h"
 #include "biosint.h"
+#ifndef VBOX_VERSION_STRING
 #include <VBox/version.h>
+#endif
 
 static  const char  bios_cvs_version_string[] = "VirtualBox " VBOX_VERSION_STRING;
Index: /trunk/src/VBox/Devices/PC/BIOS/makefile
===================================================================
--- /trunk/src/VBox/Devices/PC/BIOS/makefile	(revision 42257)
+++ /trunk/src/VBox/Devices/PC/BIOS/makefile	(revision 42258)
@@ -25,5 +25,5 @@
 
 .c.obj : .autodepend
-	wcc -fo=.obj $(CFLAGS) $(DEFS) $<
+	wcc -fo=.obj $(CFLAGS) $(DEFS) $(INCLS) $<
 
 .asm.obj : .autodepend
