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 4e60a727..8ba217a8 100644
--- a/lib.c
+++ b/lib.c
@@ -55,6 +55,7 @@
#include "unwind.h"
#include "args.h"
#include "stream.h"
+#include "strudel.h"
#include "utf8.h"
#include "filter.h"
#include "eval.h"
@@ -11704,6 +11705,7 @@ void init(val *stack_bottom)
arith_init();
rand_init();
stream_init();
+ strudel_init();
#if HAVE_POSIX_SIGS
sig_init();
#endif