summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index 12863cf3..3554e290 100644
--- a/lib.c
+++ b/lib.c
@@ -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);
}