aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/wreadln.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wreadln.c b/src/wreadln.c
index 5962af703..edf4f702f 100644
--- a/src/wreadln.c
+++ b/src/wreadln.c
@@ -18,6 +18,7 @@
#include "wreadln.h"
#include "charset.h"
+#include "screen_utils.h"
#include "config.h"
#include <stdlib.h>
@@ -48,9 +49,6 @@ void *wrln_completion_callback_data = 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);
-
/* move the cursor one step to the right */
static inline void cursor_move_right(gint *cursor,
gint *start,