summaryrefslogtreecommitdiff
path: root/src/tparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tparam.h')
-rw-r--r--src/tparam.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tparam.h b/src/tparam.h
index 15664d68bdb..02136b6ca58 100644
--- a/src/tparam.h
+++ b/src/tparam.h
@@ -36,4 +36,8 @@ extern char PC;
extern char *BC;
extern char *UP;
+#ifdef TERMINFO
+char *tigetstr(const char *);
+#endif
+
#endif /* EMACS_TPARAM_H */