changes
[IRC.git] / Robust / src / Runtime / bamboo / pmc_refupdate.c
index c5dff1caf88054b48bbdd75d06fe8bc3539ac22d..be58e88cc30209b7d25b009f8c726537924b423f 100644 (file)
@@ -1,6 +1,9 @@
+#include <stdlib.h>
+#include "structdefs.h"
 #include "pmc_forward.h"
 #include "pmc_refupdate.h"
 
+
 #define pmcupdateObj(objptr) ((void *)((struct ___Object___ *)objptr)->marked)
 
 #define PMCUPDATEOBJ(obj) {void *updatetmpptr=obj; if (updatetmpptr!=NULL) {obj=pmcupdateObj(updatetmpptr);}}