summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PC/config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/config.c b/PC/config.c
index b128aaa..5e37a35 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -50,6 +50,7 @@ extern void initsoundex();
extern void initstrop();
extern void initstruct();
extern void inittime();
+extern void initthread();
/* -- ADDMODULE MARKER 1 -- */
@@ -83,6 +84,9 @@ struct _inittab inittab[] = {
{"strop", initstrop},
{"struct", initstruct},
{"time", inittime},
+#ifdef WITH_THREAD
+ {"thread", initthread},
+#endif
/* -- ADDMODULE MARKER 2 -- */