summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.c b/txr.c
index 84213c40..9e6fda27 100644
--- a/txr.c
+++ b/txr.c
@@ -50,6 +50,7 @@
#include "utf8.h"
#include "debug.h"
#include "syslog.h"
+#include "glob.h"
#include "eval.h"
#include "regex.h"
#include "arith.h"
@@ -297,6 +298,9 @@ int main(int argc, char **argv)
#if HAVE_SYSLOG
syslog_init();
#endif
+#if HAVE_GLOB
+ glob_init();
+#endif
sysroot_init();
return txr_main(argc, argv);
}