diff options
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); } |