* configure.ac: Added check for sys/utsname.h header.
[cacao.git] / src / mm / tlh.c
index 6fcaf5a7a42b0e5192f0252bb278437c3394b656..07646cb1a5d1b28d3a6138dd1742e1d6797b4bb3 100644 (file)
@@ -27,9 +27,9 @@
 #include "mm/tlh.h"
 
 #include "vm/global.h"
+#include "vm/os.hpp"
 
 #include <assert.h>
-#include <sys/mman.h>
 
 static const int TLH_MAX_SIZE = (20 * 1024 * 1024);