diff options
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,7 @@ #include "itypes.h" #include "buf.h" #include "ffi.h" +#include "chksum.h" #include "txr.h" #include "debug.h" @@ -12189,6 +12190,7 @@ void init(val *stack_bottom) #endif cadr_init(); time_init(); + chksum_init(); gc_state(gc_save); } |