diff options
Diffstat (limited to 'src/wreadln.c')
-rw-r--r-- | src/wreadln.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wreadln.c b/src/wreadln.c index cc703898b..840b73ba0 100644 --- a/src/wreadln.c +++ b/src/wreadln.c @@ -18,9 +18,9 @@ * */ -#include "config.h" - #include "wreadln.h" +#include "charset.h" +#include "config.h" #include <stdlib.h> #include <string.h> @@ -59,7 +59,6 @@ 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); #ifndef USE_NCURSESW /* move the cursor one step to the right */ |