summaryrefslogtreecommitdiff
path: root/src/til.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/til.c')
-rw-r--r--src/til.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/til.c b/src/til.c
index 2ebc0a8..6b4fd99 100644
--- a/src/til.c
+++ b/src/til.c
@@ -28,6 +28,7 @@
static til_threads_t *til_threads;
static struct timeval til_start_tv;
+extern til_module_t asc_module;
extern til_module_t blinds_module;
extern til_module_t checkers_module;
extern til_module_t compose_module;
@@ -65,6 +66,7 @@ extern til_module_t _noop_module;
extern til_module_t _ref_module;
static const til_module_t *modules[] = {
+ &asc_module,
&blinds_module,
&checkers_module,
&compose_module,
© All Rights Reserved