changes
[IRC.git] / Robust / src / Runtime / bamboo / pmc_mark.c
index 894c6516960d3728a3379bb6006e1b5a35052adc..dc933ed0460e09d9d89b372824ed3fd8509cd235 100644 (file)
@@ -1,4 +1,7 @@
 #include "pmc_mark.h"
+#include "pmc_garbage.h"
+#include "multicoremgc.h"
+#include <stdlib.h>
 
 #define PMC_MARKOBJ(objptr) {void * marktmpptr=objptr; if (marktmpptr!=NULL) {pmc_markObj(marktmpptr);}}