X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=runtime%2Fmem.c;fp=runtime%2Fmem.c;h=0b7cd5b7be8a0c23662a74cb3ea53eeb1a3e343a;hp=754bb19d5ce293ad345a96801d4b49f89384f944;hb=d791fc64b23a9c0a3ed90aa60571344d7735aee9;hpb=b21e1c182a2e469240d2b1cbbda37f2dfeb880d9 diff --git a/runtime/mem.c b/runtime/mem.c index 754bb19..0b7cd5b 100644 --- a/runtime/mem.c +++ b/runtime/mem.c @@ -8,7 +8,7 @@ #include #include #include "common.h" -#include "runtime_local.h" +#include "rlocal.h" #include "lwt.h" #define GET_SCALE(n) (sizeof(n)*8-__builtin_clzl((n)-1)) // log2 of , rounded up