Index: /trunk/src/VBox/Runtime/Makefile
===================================================================
--- /trunk/src/VBox/Runtime/Makefile	(revision 281)
+++ /trunk/src/VBox/Runtime/Makefile	(revision 282)
@@ -119,4 +119,5 @@
 RuntimeR3_SOURCES       = \
 	alloc.cpp \
+	alloc/heapsimple.cpp \
 	assert.cpp \
 	table/avlhcphys.cpp \
Index: /trunk/src/VBox/Runtime/testcase/Makefile
===================================================================
--- /trunk/src/VBox/Runtime/testcase/Makefile	(revision 281)
+++ /trunk/src/VBox/Runtime/testcase/Makefile	(revision 282)
@@ -51,5 +51,6 @@
 	tstDeadlock \
 	tstUuid \
-	tstErrUnique
+	tstErrUnique \
+	tstHeapSimple
 PROGRAMS.win = \
 	tstRTProcWait \
@@ -181,4 +182,5 @@
 tstErrUnique.cpp_DEPS = $(PATH_TARGET)/../errmsgdata.h
 
+tstHeapSimple_SOURCES = tstHeapSimple.cpp
 
 include	$(PATH_KBUILD)/footer.kmk
