summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index 4b158752..03409125 100644
--- a/lib.c
+++ b/lib.c
@@ -63,6 +63,7 @@
#include "syslog.h"
#include "glob.h"
#include "ftw.h"
+#include "termios.h"
#include "cadr.h"
#include "struct.h"
#include "txr.h"
@@ -9394,6 +9395,9 @@ void init(const wchar_t *pn, mem_t *(*oom)(mem_t *, size_t),
#if HAVE_FTW
ftw_init();
#endif
+#if HAVE_TERMIOS
+ termios_init();
+#endif
cadr_init();
time_init();