Boehm GC
[cacao.git] / src / mm / memory.h
index b06ba2f0b373614d325105aeb137184ac9f607bd..48e4ccc0945af68e1e587f2504db0542678ee0e4 100644 (file)
@@ -14,6 +14,8 @@
 
 #define CODEMMAP
 
+#include "types.h"
+
 #ifdef USE_BOEHM
 /* Uncollectable memory which can contain references */
 void *heap_alloc_uncollectable(u4 bytelen);