aboutsummaryrefslogtreecommitdiffstats
path: root/src/wreadln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wreadln.c')
-rw-r--r--src/wreadln.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wreadln.c b/src/wreadln.c
index fac2080c2..c3c5bfd06 100644
--- a/src/wreadln.c
+++ b/src/wreadln.c
@@ -51,6 +51,7 @@ wrln_wgetch_fn_t wrln_wgetch = NULL;
wrln_gcmp_pre_cb_t wrln_pre_completion_callback = NULL;
wrln_gcmp_post_cb_t wrln_post_completion_callback = NULL;
+extern void sigstop(void);
extern void screen_bell(void);
extern size_t my_strlen(char *str);